Services Work Process Contact Start a Project
Web Design

How to Get a Perfect PageSpeed Insights Score: A Complete 2026 Guide

A practical, complete guide to scoring 90-100 on Google PageSpeed Insights: Core Web Vitals, the most common errors, the new AI Insights feature, and how performance ties into SEO, AEO, and GEO.

Wamiq Hussain By Wamiq Hussain Jun 27, 2026
PageSpeed Insights Core Web Vitals site speed performance technical SEO

To get a perfect (or near-perfect) PageSpeed Insights score, you need to do four things well: paint your main content fast, keep the layout from shifting, respond to interactions quickly, and stop loading anything that is not essential up front. Everything else — minifying files, deferring scripts, optimizing images — serves those four goals. This guide walks through exactly how to hit a green score (90–100), the specific errors you will run into, the new AI-powered Insights feature, and how page speed connects to SEO, AEO, and GEO.

What PageSpeed Insights actually measures

PageSpeed Insights (PSI) reports two different things, and confusing them is the most common reason people chase the wrong fixes.

The 0–100 score is weighted across several lab metrics, with the heaviest weight on Largest Contentful Paint and Total Blocking Time. A score of 90–100 is green, 50–89 is orange, and 0–49 is red. For an authoritative breakdown of the methodology, see Google’s own Lighthouse documentation.

The three Core Web Vitals (and their targets)

Core Web Vitals are the metrics Google treats as a ranking signal. A page only "passes" when at least 75% of real visits meet all three thresholds.

The full reference for all three lives at web.dev/vitals. If you optimize for these, the Lighthouse score tends to follow.

The new AI Insights feature in PageSpeed Insights

The biggest recent change is that Google is moving away from a flat checklist of audits toward AI-assisted "Insights" that explain your performance problems in plain language and prioritize them. Instead of a wall of red items, you increasingly get a narrative: what the slowest element is, what is blocking it, and what to fix first.

This goes further inside Chrome DevTools, where AI assistance powered by Gemini can read a full performance trace and generate specific, tailored recommendations — effectively a performance consultant built into the browser. For non-developers, this is a major step: it turns cryptic metrics into an actionable to-do list. The practical takeaway is that you should still fix the underlying causes below, but the new AI layer makes it far easier to know which cause is hurting you most. Treat the AI suggestions as a prioritized starting point, then verify each fix with a fresh run.

The errors you will actually face (and how to fix them)

1. "Error!" or "NO_LCP" across multiple audits

If you see several audits all reporting Error / Unscored at once, Lighthouse could not finish the run. The usual culprit is something that keeps the page busy forever so it never reaches a "loaded" state — most often an autoplaying, looping background video, an infinite animation, or a hanging request. A continuously streaming video iframe means the network never goes idle, so the audit aborts and every dependent metric errors out. The fix is to load heavy media only after the page settles or on the first user interaction (the "facade" pattern), and to make sure your main heading is not hidden behind a JavaScript reveal animation that a non-scrolling crawler never triggers.

2. Render-blocking CSS and JavaScript

Stylesheets and scripts in the <head> block the first paint. Inline the small amount of CSS needed for above-the-fold content, defer or async the rest, and load non-critical JavaScript at the end of the page. This is one of the largest, most reliable LCP wins.

3. Unused CSS and JavaScript

Most sites ship far more code than any single page uses. Split large bundles, remove dead rules, and defer libraries until they are actually needed. The audit will not penalize you for code that loads after the page is interactive.

4. Minify CSS and JavaScript

Minification strips whitespace and comments to shrink file size. Most build tools do this automatically; if you hand-write assets, run them through a minifier before deploying. Pair this with long cache lifetimes and a CDN.

5. Long main-thread tasks

Large JavaScript tasks freeze the page and wreck INP. Break heavy work into smaller chunks, remove unnecessary third-party scripts, and avoid doing layout-thrashing work during load. Every third-party tag (chat widgets, analytics, embeds) is a tax on this metric.

6. Unoptimized images and layout shift

Serve images in modern formats (WebP/AVIF), size them correctly, lazy-load anything below the fold, and always set explicit width and height so the browser reserves space — this single habit prevents most CLS. Preload your LCP image and your primary web font so they arrive early. Our guide on mobile-first website design covers why this matters even more on phones, where most Core Web Vitals are measured.

A practical path to a green score

Performance is rarely a one-time project. A solid build sets the foundation, but new content, plugins, and tracking scripts erode it over time. This is exactly the kind of work we bake into our SEO foundation services and every website we design, and it is a core part of a website redesign.

How speed connects to SEO, AEO, and GEO

A fast page is not just a better experience — it is a visibility multiplier across every channel:

In short: the technical work that earns a green PageSpeed score is the same foundation that helps you rank in search, appear in Google AI Overviews, and get recommended by AI assistants. Performance, structure, and structured data reinforce each other — which is why we treat them as one system rather than separate checkboxes (see our guide to schema for AI search and SEO).

Frequently asked questions

Can every website get a perfect 100 PageSpeed score?

Not always, and you usually do not need to. A score of 90 or above is green and is an excellent, realistic target. Chasing a literal 100 often means removing useful features for diminishing returns. Focus on passing Core Web Vitals with real users, which is what affects rankings.

What is a good Core Web Vitals score?

LCP of 2.5 seconds or less, CLS of 0.1 or less, and INP of 200 milliseconds or less. A page passes only when at least 75% of real-user visits meet all three thresholds.

What is the new AI feature in PageSpeed Insights?

Google has been rolling out AI-assisted Insights that explain, in plain language, what is slowing your page and what to fix first. In Chrome DevTools, Gemini-powered assistance can analyze a performance trace and suggest specific, prioritized improvements, making the data far easier for non-developers to act on.

Does the PageSpeed score affect SEO?

Indirectly but meaningfully. Google uses Core Web Vitals as a ranking signal, and a fast, stable page improves engagement, conversions, and crawlability. The lab score itself is an estimate, but the real-user metrics behind it do influence search performance.

Why does my page show "Error" or "NO_LCP"?

It usually means Lighthouse could not finish measuring, most often because something keeps the page busy forever (an autoplaying or looping video, an infinite animation, or a hanging request) so it never reaches a loaded state, or because your main content is hidden until JavaScript reveals it. Fix the never-settling resource and make above-the-fold content paint immediately.

Want a website that loads fast and ranks? Speed is built in, not bolted on. Get a free quote and we will build (or fix) a site that scores well and converts — or explore our full services to see how performance fits into the bigger picture.

FAQ

Frequently asked questions

Not always, and you usually do not need to. A score of 90 or above is "green" and is an excellent, realistic target for most sites. Chasing a literal 100 often means stripping useful features for diminishing returns. Focus on passing Core Web Vitals (LCP, CLS, INP) with real users, which is what affects rankings.

Largest Contentful Paint (LCP) should be 2.5 seconds or less, Cumulative Layout Shift (CLS) should be 0.1 or less, and Interaction to Next Paint (INP) should be 200 milliseconds or less. A page passes Core Web Vitals only when at least 75% of real-user visits meet all three thresholds.

Google has been rolling out AI-assisted "Insights" that move beyond a flat list of audits to explain, in plain language, what is slowing your page down and what to fix first. In Chrome DevTools, AI assistance (powered by Gemini) can analyze a performance trace and suggest specific, prioritized improvements, making the data far easier for non-developers to act on.

Indirectly but meaningfully. Google uses Core Web Vitals (the field data behind the score) as a ranking signal, and a fast, stable page improves engagement, conversions, and crawlability. The Lighthouse score itself is a lab estimate, but the real-user metrics it reflects do influence search performance.

That usually means Lighthouse could not finish measuring the page, most often because something keeps the page busy forever (an autoplaying or looping video, an infinite animation, or a hanging network request) so it never reaches a "loaded" state, or because your main content is hidden until JavaScript reveals it. Fix the never-settling resource and ensure above-the-fold content paints immediately.

More from the blog

Make your website earn the next call.

Get our web design & SEO insights Practical guides on performance, local SEO, and AI visibility. No spam.