Some while ago I read on these forums that some unitframes have quite slow refresh rate. For example that the time between hp updates is 0.1 seconds. Although I understand that this improves performance, I'd like to have this refresh rate high as an healer.
Of course it is not important for me to have the mana frequently updated.
Currently I'm using AGUF and Grid. Now my question is, what is the update time of these unitframes, and how can I change them by modifying the code. Or would you strongly recommend me not to do this.
It all comes down to whether they are using bucketed events or straight event processing. If you search for RegisterBucketEvent(), it may give you information on whether the addons are using it.
Of course it is not important for me to have the mana frequently updated.
Currently I'm using AGUF and Grid. Now my question is, what is the update time of these unitframes, and how can I change them by modifying the code. Or would you strongly recommend me not to do this.
I think that's what the function is called.