开发者

Tools for analysis of memory consumed on IE

开发者 https://www.devze.com 2023-03-30 05:56 出处:网络
we develop web application, some of our applications seems much memory consumption on the client side.

we develop web application, some of our applications seems much memory consumption on the client side.

Are there tools to analyze the memory consumption on internet explorer.

We try iesieve and drip but both seems unreliable... we would need more information on what is referencing the elements targeted as leaks.

b开发者_开发问答ut it seems very reliable. Do you have any suggestions?


We tackled an extremely hard to find memory leak in a 3rd party web component using simply Process Explorer from SysInternals and then start dropping components from the web page until the leak stops(and you've found the culprit).

Process Explorer is a simple but extremely robust tool that did the job.

BTW, memory leaks in IE are usually due to circular references or closures. They are difficult to track down and the best way to isolate them is, as I said, to drop components from the web page until the leak stops.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号