87 - Choppy Scrolling
Choppy scrolling is due to ACP:AddonList_OnShow calling UpdateAddOnMemoryUsage every time the user scrolls the frame. It's easy to confirm by commenting out the line that calls UpdateAddOnMemoryUsage.
One type of fix is throttling the call to no more than once every 60 seconds, or whatever.
Another fix would be to split ACP:AddonList_OnShow into "UpdateAddOnMemoryUsage" and "everything else", and only do the expensive call on a real show, not on scrolling.
| User | When | Change |
|---|---|---|
| Morsker | Jan 16, 2012 at 08:09 UTC | Create |