Memory leaks
Detect memory leaks with iterative heap snapshot analysis
Advantages
Iterative heap snapshot comparison
The tool navigates pages multiple times and compares heap snapshots between iterations — confirming genuine memory growth, not one-off allocations.
Four categories of leak detection
Detects leaking heap objects, growing collections (Array, Map, Set), accumulated event listeners, and detached DOM nodes that remain in memory after navigation.
Byte-level memory delta tracking
See exactly how many bytes each page leaks per iteration, with retained size deltas and distance from GC root for every suspicious object.
Multi-page automated crawling
Automatically navigates through your site's pages, running leak detection on each — so you catch leaks across the entire user journey, not just on one route.
How it works




Tools
Speed scanner
Check webvitals and field ux metrics for free
Speed scannerINP Debugger
Realtime check for interaction to next paint
INP DebuggerTest back / forward cache
Check whether your pages qualify for the browser back/forward cache and see what blocks it.
Test back / forward cacheMemory leaks
Find long-lived references and leaks that keep memory from being released.
Memory leaksReact Scan
Detect unnecessary React component re-renders
React Scan