Firefox has surpassed Chrome on Speedometer
491–500 of 559 posts
Re: Firefox has surpassed Chrome on Speedometer
#492There was a time when Firefox felt a lot slower than Chromium, but for a few years now it's been close enough (even if still somewhat slower) to not bother me, while Firefox clearly offers superior functionality and much better performance under high load. The last time Chromium has felt attractive compared to Firefox was a really long time ago. Glad to see it moving in the right direction still.
Firefox's GC seems to be much slower than chromium at least as of 109. Certain Vue websites are rather prolific in their garbage generation and The performance difference between chromium and firefox is easily noticeable, particularly if you leave an SPA open for a while.
Re: Firefox has surpassed Chrome on Speedometer
#493Re: Firefox has surpassed Chrome on Speedometer
#494I've used Firefox as my primary browser since the "Quantum" in 2017. Chrome still feels snappier, but Firefox's Container Tabs is hard for me to imagine losing.
> (...) but Firefox's Container Tabs is hard for me to imagine losing. Are you referring to Firefox's multi-account containers extension? https://support.mozilla.org/en-US/kb/containers
1. https://addons.mozilla.org/en-US/firefox/addon/facebook-cont...
Re: Firefox has surpassed Chrome on Speedometer
#495Firefox can render pages faster than Chrome, if it still has a laggy scroll on macOS, I won't be using it. Every six months, I go back to Firefox for a day or two, only to notice this scroll lag. Every time.
Re: Firefox has surpassed Chrome on Speedometer
#496Earlier quoted context omitted.
I believe the CPU is 4 core, JavaScript is single threaded (multi-callstack) so you only get 1 logical CPU core.
I thought so, but wasn't sure. That makes me super suspicious of 1.4B op/s. Surely Firefox isn't accessing the DOM in ~2 CPU cycles?
Its just a crude memory operation for Firefox. The video card in my laptop is super inferior compared to my desktop, so in most other benchmarks the laptop is much slower. The laptop has DDR4 memory where the desktop has slower DDR3 memory.
Re: Firefox has surpassed Chrome on Speedometer
#497Earlier quoted context omitted.
As a JavaScript developer my priorities are limited to visual render and DOM access. Going back 5+ years ago Chrome was able to access the DOM at about 45m ops/s on my desktop and Firefox was achieving about 850m ops/s on the same hardware. On my laptop (faster memory) Chrome was getting up to 55m ops/s while Firefox was around 1.4b ops/s. Now Firefox numbers have remained constant, but Chrome struggles to hit 20m op…
"access the DOM" is not a constant operation, though, it will vary wildly based on what you're doing and what you were doing just before that (think of reading a computed style before vs after writing a style that forces layout). 1.4b ops/s also sounds like it might not be testing what you think it's testing. Access in that case might just be hitting a cache, so possibly not at all representative of real performance…
Re: Firefox has surpassed Chrome on Speedometer
#498You'll pry the Firefox developer tools and container tabs from my cold dead hands. It would have to be significantly slower for me to switch off of it.
Interesting. I actually switch to Chrome specifically if I need to use the developer tools. What do you prefer about the Firefox version?
Re: Firefox has surpassed Chrome on Speedometer
#499There was a time when Firefox felt a lot slower than Chromium, but for a few years now it's been close enough (even if still somewhat slower) to not bother me, while Firefox clearly offers superior functionality and much better performance under high load. The last time Chromium has felt attractive compared to Firefox was a really long time ago. Glad to see it moving in the right direction still.
I switched to Firefox from Chrome years ago because Chrome was slower. Specially, when there were many tabs opened, switching tabs in Chrome were usually prefaced with a blank white screen for about 2 seconds. I've been staying with Firefox not for the performance (today Chrome loads Google sites like YouTube faster), but mainly for Tree Style Tab extension. I couldn't imagine opening more than a dozen of tabs withou…
Re: Firefox has surpassed Chrome on Speedometer
#500Earlier quoted context omitted.
One thing I've noticed since I started using Sideberry extension (a different/better take on Tree Style Tabs) is that after a day or two, the whole tab panel I separated specifically for HN tends to accumulate 100+ tabs. Having them laid out vertically in tiny font makes this apparent in a way that the regular tab bar doesn't. Fortunately, I also habituated the simple behavior of "If I realize I have a lot of HN tabs…
What makes Sidebery better than TST? I'm consider trying it, but I don't want to lose all of my TST tabs.