Google PageSpeed Insights is the free tool Google publishes to grade how fast a webpage loads and how stable it feels to users. It's not vanity — those scores feed directly into Core Web Vitals, which feed directly into your search rankings.
What PageSpeed actually measures
PageSpeed runs your URL through Lighthouse and produces a score from 0 to 100 across four categories: Performance, Accessibility, Best Practices and SEO. The Performance score is built from real measurements like:
- Largest Contentful Paint (LCP) — how quickly the biggest visible thing renders
- Interaction to Next Paint (INP) — how responsive the page feels to user input
- Cumulative Layout Shift (CLS) — how much the page jumps around while loading
- Total Blocking Time (TBT) — how long the browser is frozen by JavaScript
Why Google cares
Google's ranking algorithm includes a "page experience" signal, and Core Web Vitals are its primary input. Two sites with similar content authority will be ordered partly on who delivers the better page experience. A site scoring 95 on mobile will, all else being equal, beat a site scoring 45.
Why your visitors care more
Even if Google didn't rank on speed, your visitors would. Studies from Google, Akamai and Amazon have all shown the same pattern: each additional second of load time increases bounce rate by double-digit percentages. For a small business that paid (in time, money or marketing effort) to send a visitor to its site, watching them bounce because of a 4-second load is the most expensive form of self-sabotage there is.
What actually moves the score
- Cutting JavaScript bundle size (the single biggest win on most sites)
- Serving images in modern formats (WebP / AVIF) at correct dimensions
- Self-hosting fonts and using
font-display: swap - Avoiding render-blocking third-party scripts (chat widgets, heavy analytics)
- Setting explicit width/height on images and reserving space for ads
- Code-splitting so first paint isn't blocked by below-the-fold features
- Using a CDN and proper HTTP caching headers
How to test your own site
Go to pagespeed.web.dev, paste your URL, and click Analyse. Pay attention to the Mobile tab — that's the one Google ranks on. Anything green (90+) is healthy. Anything orange or red is costing you traffic and conversions. For the specific metrics behind the score, see our plain-English guide to Core Web Vitals, and if images are your biggest offender, our piece on optimising images for speed walks through the fix.
How we approach it
Every site we build is engineered to score 95+ on mobile from day one — and we re-test after every change. It's a discipline, not an afterthought. If your current site is scoring under 70 on mobile, you're losing rankings and visitors you didn't know you had — see our web design service for how we build to that standard, and our managed hosting for how we keep it that way after launch.
Want a website that does this automatically?
Every site we build is hand-coded for performance, SEO and security from day one. Free, no-pressure chat — usually within a day.