[Performance Issue] "Dark Reader is slowing down Firefox" on https://sqlitebrowser.org/stats/
See original GitHub issuePerformance Issue Report
Website Address
https://sqlitebrowser.org/stats/
Steps To Reproduce
- Enable DR with Dynamic dark mode.
- Go to https://sqlitebrowser.org/stats/
- After a little while, get “Dark Reader is slowing down Firefox” message.
- Also, notice that after doing the above, Firefox may take 5-30 seconds just to completely terminate it’s processes.
Performance Profile
No permission to upload.
System Information
- OS: Windows
- Browser: Firefox 95.0.0
- Dark Reader Version: 4.9.43
Additional Context
- Does this happen when Dark Reader is disabled? No.
- Does this happen in other browsers? <smartass>No, other browsers don’t give a “Dark Reader is slowing down Firefox” message. 😃 😃 😃 Oh, okay, that’s not what you meant? 😃 </smartass>
- Do you have hardware acceleration enabled? Hmmm… I do in the Firefox settings, but I don’t see it listed in
about:support
any more. Where can I confirm whether or not it is actually using hardware acceleration?gfx.webrender.all
andgfx.webrender.software
are bothfalse
, but those values appear to be the defaults.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Dark Reader making firefox slow when active #535 - GitHub
I have noticed that web pages are extremely slow in rendering when Dark Reader is activated as compared to when it is turned...
Read more >dark reader is causing firefox to slow down - Reddit
Dark Reader reads the HTML and CSS and does changes to it, that takes time. The slower your computer is the slower it...
Read more >Reviews for Dark Reader – Add-ons for Firefox (en-US) - Mozilla
If it didn't slow down performance, it would be 5 stars. ... Reader, like a lot of the dark mode extensions I have...
Read more >“This Browser Is Lightning Fast”: Effects of Messaging on Perceived ...
The stats on the button didn't change, but the public narrative did. So what people say they perceive and how they actually feel...
Read more >Firefox - ArchWiki
Other alternatives include: Firefox Developer Edition — for developers. https://www.mozilla.org/firefox/developer/ || firefox-developer-edition.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Every fix in the config is the best way to fix via the extension, yet this is a really deep issues in how sites behave. We had similar issues with “atlassian.net”, in a sense, we cannot store elements from the DOM, as they will updated and thus our version is a outdated one, nor do I want to add extra nonsense of attributes into the elements(causing other issues).
The issue is that certain elements on sites like these will go continue race between dark reader and the website to configure the element as they want(we want to modify it, the site wants to reset the element of our changes), given we cannot know if a element is in such loop, we cannot do a lot within the code to prevent this.
Thank you for the great explanation. Makes perfect sense.