What is Page Speed Score?
Page Speed Score is a 0 to 100 rating, most commonly from Google PageSpeed Insights, that summarizes how quickly a page loads and becomes usable, combining multiple underlying performance metrics into a single number. It's a simplified summary layer on top of the more detailed Core Web Vitals metrics.
TL;DR
Page Speed Score is a single 0-to-100 number that summarizes how fast a page loads, rolling up several detailed performance metrics into one score.
Formula
Page Speed Score is calculated from a weighted combination of loading performance metrics (including Largest Contentful Paint and other timing measures) into a single 0 to 100 score.
Why It Matters
Page Speed Score gives a quick, single-number read on page performance that's easy to check right after any change, like a redesign, without needing to interpret several detailed Core Web Vitals metrics individually first. A sudden drop in the score is usually the first signal that something, often unoptimized images or added scripts, has hurt loading performance, letting a team catch and fix it before it becomes a habit baked into future pages. Because page speed is tied to both user experience and search ranking, ignoring a falling score risks losing visitors to slow load times and potentially losing search visibility as well. It's a useful triage tool specifically because it's fast to check, though it's a summary rather than a diagnosis, so a real fix usually still requires digging into the underlying Core Web Vitals metrics to find the specific cause. Tracking it consistently after every major page change also builds a habit of catching performance regressions early rather than discovering them once traffic or rankings have already dropped.
Example
A page redesign that adds several large, unoptimized hero images drops the Page Speed Score from 88 to 52 even though nothing about the page's actual content changed. Compressing and properly sizing those images typically recovers most of the lost score, which is why Page Speed Score is often the first number a team checks immediately after any visual redesign, before digging into the more detailed Core Web Vitals breakdown to find the specific cause.
Frequently Asked Questions