Can I DevTools?
All
120
Accessibility
9
Audit
2
CSS
32
Console
14
Elements
16
JavaScript
4
Network
17
Other
14
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
JavaScript
Edit
Detect memory leaks
Can I detect memory leaks in my web app using devtools?
Last Modified
9 months ago
Author
@pankajparashar
Test Live
via
BrowserStack
Newsletter
Related (0)
SAFARI
Share
Notes
Open the
Timelines
tab. In the
Events
view, enable "JavaScript Allocations" panel in the left sidebar, by clicking the
Edit
button.
Reload the page to start recording the timeline. Perform actions that are expected to be memory neutral.
Take snapshot using the
Camera
icon after each repetition. Use the
Compare
button to compare the snapshots for any visible memory spikes.
References (1)
[1] "Memory Debugging" -
Webkit