Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
The Internet IT

Speedometer 3.0: A Shared Browser Benchmark for Web Application Responsiveness (browserbench.org) 15

Contributors from Apple, Google, Microsoft, and Mozilla, writing for BrowserBench: Since the initial version of the Speedometer benchmark was released in 2014 by the WebKit team, it has become a key tool for browser engines to drive performance optimizations as users and developers continue to demand richer and smoother experiences online.

We're proud to release Speedometer 3.0 today as a collaborative effort between the three major browser engines: Blink, Gecko, and WebKit. Like previous releases (Speedometer 2 in 2018 and Speedometer 1 in 2014), it's designed to measure web application responsiveness by simulating user interactions on real web pages. Today's release of Speedometer 3.0 marks a major step forward in web browser performance testing: it introduces a better way of measuring performance and a more representative set of tests that reflect the modern Web.

This is the first time the Speedometer benchmark, or any major browser benchmark, has been developed through a cross-industry collaboration supported by each major browser engine: Blink/V8, Gecko/SpiderMonkey, and WebKit/JavaScriptCore. It's been developed under a new governance model, driven by consensus, and is hosted in a shared repository that's open to contribution. This new structure involves a lot of collective effort: discussions, research, debates, decisions, and hundreds of PRs since we announced the project in December 2022.

Speedometer 3 adds many new tests. We started designing this new benchmark by identifying some key scenarios and user interactions that we felt were important for browsers to optimize. In particular, we added new tests that simulate rendering canvas and SVG charts (React Stockcharts, Chart.js, Perf Dashboard, and Observable Plot), code editing (CodeMirror), WYSIWYG editing (TipTap), and reading news sites (Next.js and Nuxt.js).

This discussion has been archived. No new comments can be posted.

Speedometer 3.0: A Shared Browser Benchmark for Web Application Responsiveness

Comments Filter:
  • I'm utterly astonished, not a single whisper about AI in this entire post...
  • Turn off Javascript, override all CSS with your own, reject cookies outright across the board. If you can manage that, you might have a decent web experience if the site doesn't break completely or try to render itself in a narrow line down the left hand side of your screen. However, since those technologies have become synonymous with web applications, they are slow, janky, and extremely untrustworthy. I don't trust corporations to fluff each other then try to assure me everyone is above board (people lik
    • I have yet to run across a website that works properly without JS and/or CSS enabled. Most can work (somewhat) with JS disabled/blocked, but without CSS give it up, the site is busted beyond recognition.

      • I just clobber their CSS with some known-decent stuff, but yeah, breaks about 40% of all sites I visit beyond being able to read them. If so, I leave.
  • ... or having to load up all those slow-loading ads?
  • Doesn't seem to even run the test

    I guess that's the best possible score
  • can anyone share some insight how to interpret the score that was shown? it seems like a random arbitrary score is shown and details just show how long something takes to load. in short what score is good and what is bad?

The biggest difference between time and space is that you can't reuse time. -- Merrick Furst

Working...