View Single Post
04-14-13, 07:41 AM   #27
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Torhal View Post
The only things that are limited by your latency are un-cached item information (ala GetItemInfo) and inspect info. I've possibly missed a few others, but the point is that most of the API functions are client-side and needlessly calling functions "because it's cleaner" is also needlessly using CPU which might seem innocent until you realize multiple AddOns are sharing the CPU load and all of this quickly adds up.
Yes, but i'm pretty sure the combat log is not "just" client sided.
  Reply With Quote