How to find JS Memory Leaks?

后端 未结 7 1604
既然无缘
既然无缘 2020-12-02 05:19

I have struggled around with the heap profiler in chrome but it is very confusing. Especially if there are minimized libraries inside. But even the DOMElements views, elemen

相关标签:
7条回答
  • 2020-12-02 05:54

    I found this article very insightful:

    http://addyosmani.com/blog/taming-the-unicorn-easing-javascript-memory-profiling-in-devtools/

    It does cover the chrome developer tools extensively and explains very well how to go about when your application seems to have memory issues.

    0 讨论(0)
提交回复
热议问题