Hacker News new | ask | show | jobs
by butz 857 days ago
Looks like a job for the new profiler.firefox.com
1 comments

Here's a profile of the freeze being caused the GC if anyone wants to try and debug: https://share.firefox.dev/487vDxG
The profile actually shows the freeze is not caused by normal JS garbage collection, but by cycle collection. So probably something related to DOM nodes.