Thursday, June 2, 2011

Put JavaScript memory under control

Put JavaScript memory under control

Modern web applications are becoming increasingly complex. To achieve functionality previously only available in desktop applications, they often comprise many frameworks glued together. As a result, memory usage by an application can grow unexpectedly. That’s why it is important to keep memory usage under control from the moment you start building it. In this post, we will cover four tools in Google Chrome that can help you understand how your application makes use of JavaScript memory.

For a more complete reference on working with the Chrome Developer Tools heap profiler, check out the tutorial.

Link : http://blog.chromium.org/2011/05/chrome-developer-tools-put-javascript.html