How to find memory leak in a web application running in IE?

I wrote a web application that, after a while, makes use of IE 8 memory soar under Gig. I think there is a memory leak somewhere in javascript, but I have no idea how to find the root cause of this.

Does anyone have any suggestions?

I use intervals to call ajax methods on the Java backend, and I use Prototype as the JS library ...

+3
source share
1 answer

Drip and IE Sieve leak detectors help web developers improve the performance of dynamic web pages by reporting preventable memory leaks caused by Internet Explorer restrictions.

try JavaScript JavaScript leak detector

+3
source

Source: https://habr.com/ru/post/1711661/


All Articles