-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
Documentation webpage using 100% of CPU #3688
Comments
Hmm. Not sure what to tell you. It's primarily a plain static HTML file, and whatever JS is getting loaded on that page really shouldn't be doing anything fancy. |
Sounds like an extension gone bad. Nothing we can do about that. |
Am I the only one experiencing this? I had just one Safari extension called Bear, so I deleted the extension and the app since I don't use it. Empty Cache - same issue Activity monitor shows 100% instantly This is my activity monitor as soon as I restarted my computer like stated above, |
Do you think it has something to do with cache? Maybe the Safari is busy caching the pages? It seemed like deleting cache and then restarting the computer fixed it for about less than a minute, until it showed up with 100% again. |
Looking at the Timeline in the dev tools, it's something with the CSS. The styles are getting invalidated constantly. However, this only occurs on the home page. Since folks don't tend to hang out there long, I'm not particularly worried about it. I also noticed that Docusaurus's site doesn't suffer from this issue, so perhaps it's an upstream fix we'll get shortly. |
We've received similar reports as well. It's probably a Safari bug but we could try to prevent instances of styles that will trigger the bug. |
|
I'm noticing that the redux documentation website is using 100% of my CPU.
The reading comes from my mac's Activity Monitor and Safari alerting this:
This issue is consistently replicable with this page for now, https://redux.js.org/recipes/server-rendering
Using:
Safari 13.0.4
16" MacBook Pro
I was unable to replicate this on Chrome
The text was updated successfully, but these errors were encountered: