RESOLVED WONTFIX65992
Web Inspector: Audit to find detached DOM trees held alive only by event listeners
https://bugs.webkit.org/show_bug.cgi?id=65992
Summary Web Inspector: Audit to find detached DOM trees held alive only by event list...
Tony Gentilcore
Reported 2011-08-10 09:51:32 PDT
Markus Kohler (of MAT fame) suggested something which I think would be really useful: add an audit which finds detached DOM trees held alive only by event listeners. This is a pretty easy and common way to leak memory and is almost always unwanted. Perhaps we could highlight those in the heap profiler?
Attachments
Mike Wagstaff
Comment 1 2013-04-22 01:24:03 PDT
Did anything happen with this request? It would seem to be an incredibly useful feature for developers and devops guys, especially given the ever-increasing complexity of JS-heavy webapps nowadays.
Mikhail Naganov
Comment 2 2013-04-22 02:12:58 PDT
Memory profiling was a Chromium-only feature. Migrated into https://code.google.com/p/chromium/issues/detail?id=234091
Mike Wagstaff
Comment 3 2013-04-22 02:16:25 PDT
Thanks, Mikhail - much appreciated.
Note You need to log in before you can comment on or make changes to this bug.