Difference between revisions of "AppSuite:Memory leaks (UI)"

Line 15: Line 15:
 
[[Category: UI]]
 
[[Category: UI]]
 
[[Category: Developer]]
 
[[Category: Developer]]
 +
[[Category: Custom development]]
 
[[Category: AppSuite]]
 
[[Category: AppSuite]]

Revision as of 14:15, 20 October 2014

Finding memory leaks in the UI

Intro: Searching for memory leaks in the UI is not a pleasant task, but sadly necessary.

%toc%

Issues

Different browsers offer different ways of tracing memory leaks. As of writing, the core team's favourite browser is Google Chrome.

Using Chrome

Addy Osmani has written extensively on finding memory leaks with Chrome. His often-quoted article "Taming the Unicorn" explains how to use the Chrome DevTools for this purpose.