Investigate and fix high CPU Usage
nfet opened this issue ยท 3 comments
Investigate High CPU Usage
This line is causing high CPU usage. We may need to move this event at the frame level instead of the button level.
Upon initial investigation, the event handler on ButtonUI::OnSpellUpdateUsable()
seems to be the main cause.
widget:RegisterEvent(E.SPELL_UPDATE_USABLE, OnSpellUpdateUsable, widget)
Link to Code:
CPU and Mem Usage as reported by Addon Usage addon
For Mem Usage Issue See: #188