Question How fast is your browser?

Page 14 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Magic Carpet

Diamond Member
Oct 2, 2011
3,477
233
106
This benchmark simulates user actions for adding, completing, and removing to-do items using multiple examples in TodoMVC. Each example in TodoMVC implements the same todo application using DOM APIs in different ways. Some call DOM APIs directly from ECMAScript 5 (ES5), ECMASCript 2015 (ES6), ES6 transpiled to ES5, and Elm transpiled to ES5. Others use one of eleven popular JavaScript frameworks: React, React with Redux, Ember.js, Backbone.js, AngularJS, (new) Angular, Vue.js, jQuery, Preact, Inferno, and Flight. Many of these frameworks are used on the most popular websites in the world, such as Facebook and Twitter. The performance of these types of operations depends on the speed of the DOM APIs, the JavaScript engine, CSS style resolution, layout, and other technologies.

Core M-5Y10c @ 52.02

Images aren't necessary, but please state your cpu speed. The web browser of your choice. Mine is Edge 83. Thank you.

 
Last edited:

moinmoin

Diamond Member
Jun 1, 2017
5,203
8,365
136
I am also curious as to why this is in the CPU forum when it is more GPU oriented?
It's not. While different browsers do have different GPU acceleration for painting content, all of them have to be able to fall back to software solutions to some degree depending on hardware, version and OS.
 

Harry_Wild

Senior member
Dec 14, 2012
856
168
106
Much of the speed is determine by ones internet connection. I have only a 500mbp download speed fiber line. When I go to big tech corporation that equipped with a 30 terabyte per second line and use their ethernet line, it like night and day! Everything is instantaneous!
 

Makaveli

Diamond Member
Feb 8, 2002
4,904
1,489
136
Much of the speed is determine by ones internet connection. I have only a 500mbp download speed fiber line. When I go to big tech corporation that equipped with a 30 terabyte per second line and use their ethernet line, it like night and day! Everything is instantaneous!
I don't believe your internet speed matters for this benchmark.

i'm on 1.5 Gbps down and 1 Gbps up fiber connection and i don't see a difference if I test on a different connection.
 

Eug

Lifer
Mar 11, 2000
23,992
1,610
126
I didn't bother running Chrome on the iPad Pro since I thought Chrome still used the same WebKit core as Safari on iOS/iPadOS. However, I see that as of iPadOS 17.4, third party browsers are now allowed to use alternative browser engines. I'm on iPadOS 17.5.1. Has Chrome changed to its own yet outside of the EU, or is it still using WebKit? The article below says it's only in the EU.

 

SPBHM

Diamond Member
Sep 12, 2012
5,062
414
126


this is where I do a lot of my web browsing! android 9 + firefox + snapdragon 636!

my n3350 mini pc on win 10 + chrome achieved 2.35!!!
and the Q6600@3Ghz on win10 chrome x86 5.64
 
Last edited:

Eug

Lifer
Mar 11, 2000
23,992
1,610
126
Speedometer 2.0 on a 2 GB iPad Air 2 running iPadOS 15.8.2.

Safari:



Chrome 125:



I did post this message from this iPad, but otherwise I cannot comfortably surf on this machine. It’s just way too slow. And it apparently is starting to have compatibility problems. Neither browser could complete the Speedometer 3.0 bench. (Both run WebKit.)
 

whoshere

Member
Feb 28, 2020
35
83
91
JavaScript based online benchmarks are invariably useless because web browsers have different JS engines and performance, not to mention that Mozilla has been dragging its feet in this department and Chrome has been leap frogging: https://v8.dev/blog

Secondly, even if we all decide to use the same web browser and its version, this particular benchmark also depends on the OS and even your GPU drivers.

With that, here are my results for Ryzen 7 7840HS under Fedora 40 running in Google Chrome 126.0.6478.126:
 

Attachments

  • speedometer 2.0.png
    85.4 KB · Views: 9
  • speedometer 3.0.png
    71.5 KB · Views: 11

AdamK47

Lifer
Oct 9, 1999
15,650
3,514
136
The speed of a browser can be measured using benchmarks like Speedometer 2.0, which simulates user interactions to evaluate performance. Different browsers may excel in various areas depending on the JavaScript engine, CSS rendering, and DOM handling capabilities. To assess your browser's speed, run these benchmarks and compare the scores with those of other popular browsers.
4 years and 14 pages in and we finally have an explanation of what this benchmark does. We've been running this thing to "make number go higher" without any clue as to its purpose. Thank you.
 
Reactions: igor_kavinski

winr

Diamond Member
Feb 17, 2001
6,081
56
91
8.93 using the new one (3.0 )

Core i7 2600 3.4 gig... Old Intel work station type mobo ...32 gig DDR 3 ... MSI AERO 1070 Ti video ... SATA drive ....Firefox


Ricky.
 
Last edited:

Det0x

Golden Member
Sep 11, 2014
1,417
4,803
136
Alrighthy, did some more testing in light the Zen5 SMT enabled/disable review posted at Techpowerup
My 16core Zen5 in not affected by this but, so hopefully its just the 8core 9700X that need a fix

Tested the following:
Win11 VS Win10 = ~same score
SMT OFF VS SMT ON tested in both OS = ~same score
6600/2200 VS 8000/2200 = ~same score

But did update my scores with a higher OC

Speedometer 2.0 in Chrome + Zen5


Speedometer 3.0 in Chrome + Zen5


*edit*
Hmm maybe i should try to disable a CCD to test SMT ON/OFF as a simulated 8core
 
Last edited:

MS_AT

Senior member
Jul 15, 2024
556
1,169
96
Do your daily setting include a core overclock? I am asking just to know if you get this just with memory tuning or some additional PBO, Max frequency etc tunings
 

Det0x

Golden Member
Sep 11, 2014
1,417
4,803
136
Do your daily setting include a core overclock? I am asking just to know if you get this just with memory tuning or some additional PBO, Max frequency etc tunings
My "daily 24/7" settings is @ 8000/2200 with a light PBO CO overclock
Haven't bothered to do any finetuning on this cpu since i'm planning on getting a retail 9950X when they go to sale
 
Reactions: MS_AT

poke01

Diamond Member
Mar 8, 2022
3,383
4,626
106
Highest score ever in Jetsteam 2 and Speedometer 3.0, Safari. M4 Max with High power mode enabled.



Source: Alex Ziskind

Zen5 9950X3D will match or beat M4 Max I believe
 
Reactions: lightmanek

Doug S

Diamond Member
Feb 8, 2020
3,088
5,325
136
I thought this was interesting in light of the differences in results we've seen across browsers here and the different approaches major browsers have taken to minimize unintentional sharing of cross site information. That Safari is the most aggressive about avoiding such sharing and has been doing this for over a decade, versus more recent changes to Chrome and Firefox, might account for Safari being behind performance-wise in the past. At least, as I recall, the x86 Mac days Safari seemed to always be noticeably slower on benchmarks than other browsers on x86 Macs, though they'd been closing the gap in the last couple years before ARM Macs appeared.

Wish there was more information about the differences other than Google's claims (which are based only on the way they implement this not on how Safari/Firefox do, and show instrumented metrics rather than actual performance differences) to see how big the real impact is. Not that I would want to give up such safety in the name of faster browser performance, but I'm still curious about the real world numbers.

https://addyosmani.com/blog/double-keyed-caching/
 
Jul 27, 2020
23,576
16,556
146
The easiest way to solve this problem is to hash the resource being cached and compare the hash value to that of another resource with same name and different URL and if it matches, just point to the original resource instead of storing duplicates. I don't know how privacy would be compromised by storing most reused web components in this manner.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |