2

Possible Duplicate:
JavaScript Profiler in IE

We have a web application targeting Internet Explorer 7, 8, 9 that apparently has an IE memory leak. We can see that memory grows and performance deteriorates consistently over calls.

Is there any good Javascript profiler tool that may be used to find out objects staying in IE memory, like Ant profiler for .Net code.

We've tried IEJSLeaksDetector – it shows potential leaks but does not show memory allocation. JavaScript Memory Validator of SoftwareVerify provides a good analysis but doesn't support IE.

Community
  • 1
  • 1
user1839173
  • 21
  • 1
  • 2

1 Answers1

1

There is an MSDN Doc for debugging memory leaks in IE

And another good tool here : IE Sieve

Manse
  • 37,765
  • 10
  • 83
  • 108