What tools and techniques do you use to fix browser memory leaks?

前端 未结 3 493
春和景丽
春和景丽 2020-12-30 08:21

I am trying to fix memory leaks in IE 7. Using Drip for investigations but it is not helping much when most dynamically generated DOM elements do not have unique ids.

<
3条回答
  •  感情败类
    2020-12-30 09:12

    You should try the Javascript Memory Leak detector developed internally at Microsoft.

提交回复
热议问题