Hacker News new | ask | show | jobs
by saticmotion 3688 days ago
Disabling the box shadow on .content-root fixes the performance bug (FF46.0).
2 comments

Thanks for finding that out. We (Firefox) fixed a box shadow performance bug [1] in Firefox 47, which will be released on June 7th. It looks like this site is hitting that perf bug.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1250947

We just discovered the same by disabling the media query which handles the shadow. Thank you very much for investigating.
Seems to work fine on FF (46) now, thanks.