Earlier quoted context omitted.
https://arewefastyet.com/#machine=29 has most popular benchmarks across most JavaScript eninges on multiple platforms Edit: actually this view is probably better for people who don't care about JavaScript engine internals: https://arewefastyet.com/#machine=31
What's Chrome turbofan?
The Chrome Distortion: how Chrome negatively alters our expectations
31–40 of 230 posts
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#32I was waiting for someone to come out and say it. 6 months ago, I couldn't imagine using another browser regularly but chrome has become so slow for me, I can't stand it. I switched to Firefox.
Oddly, I have recently found Firefox so slow - particularly on YouTube where for some reason it's unusable - that I'm considering a full-fledged switch to Chrome.
Dont get me started on how painful mobile chrome is. The most hilariously bad are ironically mobile "responsive" websites that just make it crawl and the scroll position skips around during long loads so tapping a link is Russian roulette - the link can move after the touch and you get whatever moved into its place.
And just writing this post I got that great "cursor skips around randomly and doubles words when undoing a mistaken autocorrect".
Yeah, I like Google software, but quality isn't really their thing.
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#33I was waiting for someone to come out and say it. 6 months ago, I couldn't imagine using another browser regularly but chrome has become so slow for me, I can't stand it. I switched to Firefox.
Aside from the plugins ecosystem (which I don't need) Safari works infinitely better (loads faster, uses less resources, even with 100s of tabs, and has nice little features like the Reading List, Reading Mode, Force-Touch Peek and so on) and fits into the OS X look-and-feel more naturally than Chrome does.
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#34This might explain why many asm.js demos tend to crash Chrome for Android.
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#35Earlier quoted context omitted.
https://arewefastyet.com/#machine=29 has most popular benchmarks across most JavaScript eninges on multiple platforms Edit: actually this view is probably better for people who don't care about JavaScript engine internals: https://arewefastyet.com/#machine=31
What's Chrome turbofan?
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#36I've always held that power (features) trumps speed unless we're talking about OLTP. Machines will get faster quickly. Providing a strong platform is more important than being the fastest, today. YMMV.
[0] hence efforts like Servo, to explore architectural rebuilding such that browsers can actually use multithreading and GPGPU support for their normal workload
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#37Re: The Chrome Distortion: how Chrome negatively alters our expectations
#38Earlier quoted context omitted.
Oddly, I have recently found Firefox so slow - particularly on YouTube where for some reason it's unusable - that I'm considering a full-fledged switch to Chrome.
I've actually started switching browsers by website. General browsing? Firefox. Google Maps or YouTube? Chrome. Dont get me started on how painful mobile chrome is. The most hilariously bad are ironically mobile "responsive" websites that just make it crawl and the scroll position skips around during long loads so tapping a link is Russian roulette - the link can move after the touch and you get whatever moved into i…
Re: The Chrome Distortion: how Chrome negatively alters our expectations
#39I don't know about that Safari ranking. I get a super-fun rainbow wheel at least 2 or 3 times a day on Safari with only 3 or 4 tabs, and I rarely get that through chrome with upwards of 30. Before you give a score to every browser, why don't you back it up with something objective?
I noticed the adblock extension on safari makes it freeze up for a second when I open a new tab. apart from that, soooooo much snappier than chrome. (desktop, not mobile ofc)
That's especially true for content-alteration extensions like ad-blockers as it's very easy to implement them in ways which work well enough with few rules but degrade superlinearly at scale. That's a big part of the issues Firefox has/had (not to mention the "depth" available to XUL extensions), but it's not like other browsers are immune.