AppSuite:Memory leaks (UI)

Revision as of 14:11, 20 October 2014 by Tierlieb (talk | contribs) (Created page with "'''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 l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.