4

A web application I am currently working on appears to be leaking memory: with each refresh of a page IE's memory usage goes up and it never releases that memory. Since certain pages are ment to be kept open in a browser and auto-refresh this is quickly turning into a problem.

The application is very javascript-heavy and relies on a combination of old 'plain' javascript code and new JQuery code. I'm looking for tools that would allow me to keep track of the javascript objects and memory allocated but I'm coming up short. Any suggestions?

1
  • Possible duplicate of Javascript memory profiler. Should also add the answers to this question to that one, since that question is quite old and not very updated. Commented Sep 16, 2010 at 7:49

1 Answer 1

3

In some of the newer versions of Chrome you can get a heap snapshot with the built in developer tools.

When working with IE you can use DynaTrace Ajax to get a bunch of diagnostics information.

Sorry for the short answer, but I'm not going to copy pasta what others have written better than me.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.