SEO

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

  • Page Speed Score is a simplified summary number built from a weighted combination of loading performance metrics, including ones that overlap with Core Web Vitals like Largest Contentful Paint. Core Web Vitals themselves are the more detailed, individually reported metrics that make up the fuller performance picture.

  • Scores in the 90 to 100 range are typically considered strong, 50 to 89 is considered needing improvement, and below 50 is generally considered poor. Google PageSpeed Insights displays these ranges directly alongside the score.

  • Large, unoptimized images are one of the most common culprits, along with added third-party scripts, unminified code, or render-blocking resources introduced during a redesign. Because the score is a summary, it flags that something got worse without pointing directly at the specific cause.

  • Many teams check it after any significant page change, like a redesign or a new feature addition, in addition to periodic routine monitoring. Checking it right after a change makes it much easier to trace a drop back to a specific cause than discovering it weeks later.

  • No, page speed is one of many ranking factors, not the only one, so a strong score helps but doesn't guarantee strong rankings on its own. It's best treated as a technical health signal that removes a potential ranking and user-experience obstacle, not a ranking guarantee by itself.