Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-28-08, 11:07 AM   #1
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Lightbulb Patch 7.0.2 Aura cache feature

Aura cache feature. (experimental)

Both functions UnitBuff and UnitDebuff are extremely used with the new 3.0.2 patch (I see sometimes more than 100000 hits in just 2 minutes).
The aura cache is managed by the roster RDX. it stores all unitbuff and unitdebuff data.
RDX provides UnitBuffCache and UnitDebuffCache functions.
All RDX raidframes windows use the aura cache.
singleframe (player, target, focus, pet ...) doesn't use aura cache.

Results with the VFL Profiler in the Alterac after 10 minutes :



204519 hits UnitBuffcache
37139 hits UnitBuff
(Reduce to 20% server call)

Time execution from UnitBuffCache : 10µs
Time execution from UnitBuff : 29µs
(Divide by 3 the time execution)

After a lot of test, this new feature increase greatly the performance of the game for all RDX users.

From the system menu, you can switch ON/OFF the aura cache.

Enjoy
  Reply With Quote
 

WoWInterface » Featured Projects » OpenRDX » OpenRDX Support » OpenRDX: General Information » Patch 7.0.2 Aura cache feature


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off