programming-idioms
programming-idioms copied to clipboard
Site is slow in Firefox
Events load and DOMContentLoaded are often after 2s or more.
Find out why, try to minimize common JS work that is executed every time.
Fortunately, 70% of our visitors use Chrome and 17% use Firefox. But still.
Time is spent in many small GC pauses.
It seems this happens a lot when Firefox has a lot of tabs open. Not much when Firefox freshly launched with 1 tab.