Google PageSpeed Insights (powered by Lighthouse) evaluates website loading performance, interactivity, and visual stability across mobile and desktop viewports. Core Web Vitals—Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS)—directly impact Google Search SEO rankings. In this 1,200-word web optimization guide, we explain how to optimize web pages for 100/100 scores.
Core Web Vitals Audit Metrics
- Largest Contentful Paint (LCP): Measures loading speed of hero images or main content blocks. Must render in under 2.5 seconds.
- Interaction to Next Paint (INP): Measures responsiveness to user taps and clicks. Must respond in under 200 milliseconds.
- Cumulative Layout Shift (CLS): Measures visual stability during page render. Must stay below 0.1 shift index.
Measure web page response times right now on DCSpeedTest.
Why Mobile Scores Are Usually Worse Than Desktop
PageSpeed Insights simulates a mid-tier mobile device on a throttled connection by default — meaningfully slower than most desktop testing conditions — so a mobile score well below the desktop score for the same page is expected behavior, not necessarily a sign something is broken specifically for mobile.
Practical Fixes for Each Core Web Vital
- LCP (Largest Contentful Paint): compress and properly size hero images, use modern formats (WebP/AVIF), and avoid render-blocking scripts above the fold.
- INP (Interaction to Next Paint): minimize heavy JavaScript execution on load, and break up long tasks that block the main thread from responding to taps.
- CLS (Cumulative Layout Shift): always declare width/height on images and ads, and avoid injecting content above existing content after the initial page load.
Does PageSpeed Score Directly Affect Search Rankings?
Core Web Vitals are one signal among many in Google's ranking systems — a poor score is unlikely to tank rankings on its own for genuinely useful, relevant content, but a very slow-loading page does measurably hurt user experience and conversion rate independent of any SEO effect, which is reason enough to address it.
A Slow Connection vs a Slow Page
PageSpeed Insights measures how a page is built, not your internet connection — a fast connection can't fix a bloated, poorly optimized page, and a well-optimized page will still feel slow on a genuinely poor connection. Testing your own connection speed on DCSpeedTest helps rule out which side of that equation is the actual bottleneck before spending time on page optimization that wouldn't be the real fix.