this post was submitted on 11 May 2024
198 points (100.0% liked)
technology
23321 readers
370 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Firefox is the best, but I noticed Edge is more snappy at loading pages. Especially if its a page with a lot of images. But Edge is for libs, so I don't use it.
The conspiratorial side of me wants to believe that websites are coded to perform poorly when a non-Chrome browser is using them, in order to get people to switch to Chrome or Edge or whatever. Like the site detects the User Agent as "Firefox" and lowers its download speed.
many of them basically are, but not intentionally. a lot of web developers only test in Chrome, and Chrome does some really weird shit (especially with JS and CSS) that means if you target Chrome you’re passively degrading the experience for not-Chrome.
I personally develop my code targeting Firefox or Safari most of the time, since both work a lot closer to spec with JS and CSS than Chrome does.
There's circumstantial evidence that most of google's sites degrade performance intentionally.
And plenty of sites try to stop you with a "only works on chrome" message, but work perfectly fine if you just spoof your browser string to look like you're using chrome.
For me, when I use FF in private mode or troubleshooting mode, it's snappy as fuck so it's all on me lol. I'm running a dark mode extension that does client side rerenderimg on page load which is pretty heavy but like I also have 32GB of ram to use.
After a ton of testing I can't really tell if it's too many tabs or too many extensions. I have a leaky habit of leaving tabs open because what if I need it later? And like right now I'm building a theme for AstroJS so I have like 12 tabs open just for that. I also have like 8 pinned tabs for my most used sites like proton, Gmail, reddit, Hexbear, SoundCloud, etc. I think it's mostly just my bad browsing habits.
I like to be as FOSS as possible so FF isn't going away for me any time soon.