Chrome achieves highest score ever on Speedometer 3, saving users millions of hours

Performance has always been one of the core pillars of Chrome and it’s something we’ve never stopped investing in. Publicly available and open benchmarks, which we create in open collaboration with other browsers, are useful tools for tracking our o…


This content originally appeared on Chromium Blog and was authored by Chromium Blog

Performance has always been one of the core pillars of Chrome and it’s something we’ve never stopped investing in. Publicly available and open benchmarks, which we create in open collaboration with other browsers, are useful tools for tracking our overall progress, understanding new areas of improvement, and validating potential optimizations. In today’s The Fast and the Curious post, we’d like to go through Chrome’s recent work that enabled it to achieve the highest score ever on the Speedometer benchmark.

For Speedometer, these optimizations have resulted in a 10% improvement since August 2024. That 10% improvement leads to better browser experiences, higher conversions for businesses, and deeper enjoyment of what the web has to offer. If each Chrome user used Chrome for just 10 minutes a day, these improvements collectively save 58 million hours or roughly 83 lifetimes worth of waiting around for websites to load and do things.

Speedometer 3 score measured on Apple Macbook Pro M4 with MacOS 15

Speedometer is a benchmark created in open collaboration with other browsers and measures web application responsiveness through workloads that cover a large variety of different areas of the Blink rendering engine used in Chrome:

  • HTML parsing
  • JavaScript and JSON processing
  • JavaScript and Document Object Model (DOM) interaction
  • DOM manipulations (element insertion and removal)
  • Text size computation (font shaping)
  • Cascading Style Sheet (CSS) application and layout calculation
  • Pixel rendering

In essence, Speedometer tests critical components of the entire rendering pipeline. For a deeper dive into these individual parts, we recommend the presentation Life of a Script at Chrome University.

Achieving exceptional web performance requires a multifaceted approach, and optimizing for Speedometer is a testament to overall product excellence. Over the past year, our team has focused on refining fundamental rendering paths across the entire stack. Here are some notable optimization examples.

The team heavily optimized memory layouts of many internal data structures across DOM, CSS, layout, and painting components. Blink now avoids a lot of useless churn on system memory by keeping state where it belongs with respect to access patterns, maximizing utilization of CPU caches. Where internal memory was already relying on garbage collection in Oilpan, e.g. DOM, the usage was expanded by converting types from using malloc to Oilpan. This generally speeds up the affected areas as it packs memory nicely in Oilpan’s backend.

Strings in the renderer improved quite a bit over the last year by avoiding costly representations where possible and switching hashing to rapidhash. More generally, lots of data structures were equipped with better hashes, filters, and probing algorithms.

Where rendering becomes inherently expensive, e.g., for computing CSS styles across various elements, caches are now used much more effectively with better hit rates. At the same time we cache fewer things that are not relevant. Another area where rendering becomes expensive is font shaping; the team significantly improved Apple Advanced Typography font shaping performance which is relevant everywhere text is rendered.


This content originally appeared on Chromium Blog and was authored by Chromium Blog


Print Share Comment Cite Upload Translate Updates
APA

Chromium Blog | Sciencx (2025-06-05T17:00:00+00:00) Chrome achieves highest score ever on Speedometer 3, saving users millions of hours. Retrieved from https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/

MLA
" » Chrome achieves highest score ever on Speedometer 3, saving users millions of hours." Chromium Blog | Sciencx - Thursday June 5, 2025, https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/
HARVARD
Chromium Blog | Sciencx Thursday June 5, 2025 » Chrome achieves highest score ever on Speedometer 3, saving users millions of hours., viewed ,<https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/>
VANCOUVER
Chromium Blog | Sciencx - » Chrome achieves highest score ever on Speedometer 3, saving users millions of hours. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/
CHICAGO
" » Chrome achieves highest score ever on Speedometer 3, saving users millions of hours." Chromium Blog | Sciencx - Accessed . https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/
IEEE
" » Chrome achieves highest score ever on Speedometer 3, saving users millions of hours." Chromium Blog | Sciencx [Online]. Available: https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/. [Accessed: ]
rf:citation
» Chrome achieves highest score ever on Speedometer 3, saving users millions of hours | Chromium Blog | Sciencx | https://www.scien.cx/2025/06/05/chrome-achieves-highest-score-ever-on-speedometer-3-saving-users-millions-of-hours/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.