Y
Hacker News
new
|
ask
|
show
|
jobs
by
butz
857 days ago
Looks like a job for the new profiler.firefox.com
1 comments
varenc
857 days ago
Here's a profile of the freeze being caused the GC if anyone wants to try and debug:
https://share.firefox.dev/487vDxG
link
evilpie
857 days ago
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.
link