What Is a PageSpeed Score? How to Improve It in 2026 | CrestVox Studio
A PageSpeed score is a numerical rating from 0 to 100 generated by Google’s PageSpeed Insights tool that represents how well a web page is optimised for speed and performance. The score is calculated by the Lighthouse performance audit engine and takes into account multiple performance metrics weighted by their impact on user experience. A […]
A PageSpeed score is a numerical rating from 0 to 100 generated by Google’s PageSpeed Insights tool that represents how well a web page is optimised for speed and performance. The score is calculated by the Lighthouse performance audit engine and takes into account multiple performance metrics weighted by their impact on user experience. A score of 90 or above is considered “Good,” 50-89 is “Needs Improvement,” and below 50 is “Poor.” Your PageSpeed score is an important indicator of your website’s technical health and has a direct influence on your search engine rankings and conversion rates.
Why Your PageSpeed Score Matters
Google has explicitly confirmed that page speed is a ranking factor in both desktop and mobile search. Beyond rankings, the business case for a fast website is overwhelming. Amazon found that every 100ms of additional load time cost them 1% in sales. Google found that 53% of mobile users abandon a page that takes more than 3 seconds to load. A high PageSpeed score indicates a website that loads quickly, provides a stable visual experience, and responds to user interactions promptly — all of which contribute to better user experience, lower bounce rates, and higher conversion rates.
What Makes Up the PageSpeed Score
The PageSpeed score is a weighted composite of six Lighthouse metrics:
- Largest Contentful Paint (LCP) — 25% weight. Measures when the main content loads. Target: under 2.5 seconds.
- Total Blocking Time (TBT) — 30% weight. Lab proxy for Interaction to Next Paint. Measures the time the main thread is blocked. Target: under 200ms.
- Cumulative Layout Shift (CLS) — 15% weight. Measures visual stability. Target: under 0.1.
- First Contentful Paint (FCP) — 10% weight. Time until the first content element is painted. Target: under 1.8 seconds.
- Speed Index — 10% weight. How quickly content is visually displayed during load.
- Time to Interactive (TTI) — 10% weight. When the page becomes fully interactive.
How to Improve Your PageSpeed Score
The most impactful PageSpeed improvements vary by site but commonly include:
Image optimisation is often the biggest single win. Compress images using modern formats like WebP or AVIF, serve them at the correct dimensions, and implement lazy loading for images below the fold. Large, unoptimised images frequently account for half of a page’s total file size.
Reducing JavaScript is the primary fix for high Total Blocking Time. Defer non-critical JavaScript, remove unused plugins and scripts, and minimise render-blocking third-party tags. Each unnecessary script adds load time and main thread blocking.
Enabling caching ensures repeat visitors load cached versions of your pages rather than requesting full pages from the server every time. Server-side caching via LiteSpeed Cache or WP Rocket dramatically reduces TTFB and improves LCP.
Using a CDN delivers your static assets from servers geographically close to your visitors, reducing latency. A CDN is particularly important for websites serving international audiences.
Fixing CLS by always setting explicit width and height attributes on images and videos prevents layout shift during load, improving your CLS score.
Mobile vs. Desktop PageSpeed Scores
PageSpeed Insights provides separate scores for mobile and desktop. Mobile scores are almost always lower because Lighthouse simulates a mid-tier mobile device on a 4G connection when measuring mobile performance. Focus primarily on improving your mobile score, as the majority of web traffic is mobile and Google uses mobile-first indexing. A desktop score above 90 is relatively straightforward to achieve; a mobile score above 80 requires more deliberate optimisation.
At CrestVox Studio, improving PageSpeed scores is a core part of every WordPress development and optimisation project. We audit performance bottlenecks, implement caching and CDN configurations, optimise images at the source, and reduce JavaScript bloat to deliver measurable, lasting speed improvements. Combine a strong PageSpeed score with excellent Core Web Vitals for maximum impact on rankings and user experience.