WoW-MogIt / MogIt

World of Warcraft transmogrification assistant
https://www.curseforge.com/wow/addons/mogit
11 stars 15 forks source link

Throttle loading appearance database to process only one category per frame #35

Closed Shauren closed 3 weeks ago

Shauren commented 4 months ago

(maybe) Closes #34

Lombra commented 4 months ago

Does the first iteration need to be delayed? Perhaps it can be refactored, avoiding having C_Timer in two places?

Maybe consider using RunNextFrame also.

https://github.com/Gethe/wow-ui-source/blob/live/Interface/AddOns/Blizzard_SharedXML/FunctionUtil.lua#L105

Shauren commented 4 months ago

Refactored and added a bit of documentation on which api functions cause the freeze

Lombra commented 3 weeks ago

I have rewritten all of this, and so this is no longer relevant. Thanks for your contribution in the meantime!