Investigate latency and CPU usage during initial boot process
DDCorkum opened this issue ยท 1 comments
Issue: CT_BottomBar loads more slowly than other addons during the initial boot process (fresh login, not /reload); but its unclear if this is actually affecting user experiences or just CT_BottomBar getting blamed for ordinary delays in fetching server data.
Suggested resolutions:
- Compare user experiences with different addon enabled configurations
- Experiment with deferring work until later in the boot process (such as PLAYER_LOGIN)
- Experiment with deferring event hooks until later in the boot process (such as PLAYER_LOGIN)