-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate why homepage is slow on firefox on linux #14
Comments
or might be the cloud rendering at the bottom of the page |
I have checked and @petethepig is right, the problem seems to be with the canvas rendering in the cloud section. Removing https://github.com/pyroscope-io/docs/blob/main/src/pages/index.js#L274 makes the problem disappear. |
I had a look at this some time ago, here's my brain dump (before GC kicks in and I completely forget these):
One thing we could do that is somewhat "good enough" is rendering a single cloud and don't move it. |
The homepage is incredible slow on firefox.
Initially I assumed it was a problem with an extension, but @abeaumont confirmed it also happens on his computer. He also said CPU usage goes to 100%, he thinks must be something with video rendering.
The text was updated successfully, but these errors were encountered: