CTMod

CTMod

766k Downloads

Investigate latency and CPU usage during initial boot process

DDCorkum opened this issue ยท 1 comments

commented

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)
commented

Root cause: UNIT_INVENTORY_CHANGED was triggering multiple times during initial login, resulting in repeated and wasteful calls to actionButtonList:update()