The Brand Arsenal
SEO

How to Improve Your Google PageSpeed Score

8 min read

You ran your site through Google PageSpeed Insights, saw a number in the 40s glowing angry orange, and now you're wondering how bad it really is—and how to fix it. Good news: a low Google PageSpeed score is almost always fixable, and most of the wins come from a handful of predictable culprits. This guide breaks down what the score actually means, which numbers Google uses to rank you, and the highest-impact changes that move the needle.

What Is Google PageSpeed Insights (and What Does the Score Mean)?

Google PageSpeed Insights (PSI) is a free tool that analyzes any URL and grades how well the page performs, then hands you a prioritized list of fixes. You paste in a URL, and it returns a score from 0 to 100 for both mobile and desktop, along with a detailed diagnostics report.

Here's how Google buckets that 0–100 score:

  • 90–100 (green): good—the page is fast
  • 50–89 (orange): needs improvement
  • 0–49 (red): poor—this is hurting you

One thing that trips people up: the score is a weighted composite, not a single measurement. It rolls up several performance metrics into one number, and some of those metrics count for far more than others. So chasing "the score" blindly is a mistake. You want to understand what's dragging it down and fix the heavy-hitters.

Lab Data vs. Field Data (This Is the Part Most People Miss)

Scroll down in any PSI report and you'll see two distinct sections, and knowing the difference is the single most important concept here.

Lab data is a simulated test. Google loads your page in a controlled environment on a throttled connection and simulated mobile device, then scores what it sees. It's repeatable and great for debugging while you make changes—but it's a lab simulation, not your real audience.

Field data comes from the Chrome User Experience Report (CrUX): anonymized measurements from actual Chrome users who visited your site over the previous 28 days. This is the real world—people on cheap phones, spotty cell networks, and older hardware.

The part that matters for SEO: Google ranks on field data, not your lab score. A page can post a shiny 95 in the lab while real visitors have a miserable experience. Optimize for real users, not the simulation.

If your page doesn't get enough traffic, PSI won't have field data to show—so it falls back to lab data. That's fine for smaller sites, but as traffic grows, the field numbers are what count.

The Score Is Built Mostly on Core Web Vitals

The bulk of your Google PageSpeed score comes from Core Web Vitals—Google's three metrics for real-world user experience:

  • LCP (Largest Contentful Paint): how long until the biggest element—usually your hero image or headline—finishes loading. Target: 2.5 seconds or less.
  • INP (Interaction to Next Paint): how quickly the page responds when someone taps or clicks. INP replaced the old First Input Delay (FID) metric in March 2024. Target: 200 milliseconds or less.
  • CLS (Cumulative Layout Shift): how much the page visually jumps around while loading. Target: 0.1 or less.

Beyond those, PSI reports supporting diagnostics like First Contentful Paint, Total Blocking Time, and Speed Index. These feed the lab score and point you toward specific problems, but Core Web Vitals are the headline act. We break all three down in detail in our guide on Core Web Vitals and how to pass them.

The Highest-Impact Fixes

You could spend a week chasing every warning in the report. Don't. These are the changes that consistently deliver the biggest gains, roughly in order.

1. Optimize Your Images

Images are the number-one cause of slow pages. Photographers and designers hand over massive files, and they get dumped straight onto the site. Fix it by:

  • Compressing every image so you're not shipping a 4 MB photo where 200 KB would look identical
  • Sizing correctly—don't load a 3000px-wide image into a 600px slot and let the browser shrink it
  • Serving modern formats like WebP or AVIF, which are dramatically smaller than JPEG or PNG at the same quality
  • Lazy-loading below-the-fold images so they load only when a visitor scrolls to them

Image optimization alone often pulls a page from red into orange or green.

2. Reduce and Defer JavaScript

Heavy JavaScript is the main enemy of INP and a big drag on load time. Every script the browser has to download, parse, and run delays the moment your page becomes usable. Trim unused code, defer non-critical scripts so they run after the page is interactive, and be ruthless about how many apps and plugins you actually need.

3. Eliminate Render-Blocking Resources

Some CSS and JavaScript files block the browser from displaying anything until they finish loading. PSI flags these directly. The fixes: inline the critical CSS needed for what's visible first, and defer or async-load everything else so the page can paint immediately.

4. Add Caching and a CDN

Caching lets returning visitors reuse files they already downloaded instead of fetching them again. A CDN (content delivery network) stores copies of your site on servers around the world, so a visitor in Texas loads from a nearby server instead of one three states away. Both cut load time with almost no downside.

5. Get Good Hosting

Cheap shared hosting is a common, invisible bottleneck. If your server takes 800 milliseconds just to start responding (that's your Time to First Byte), you've lost the race before a single image loads. Quality hosting is one of the least glamorous and most effective speed upgrades you can make.

6. Optimize Your Fonts

Custom web fonts are pretty, but they can delay text rendering and cause layout shift when the fallback font swaps out. Preload the fonts you use above the fold, limit how many weights and styles you load, and use a sensible font-display setting so text stays visible while fonts load.

7. Cut Third-Party Scripts

Chat widgets, tracking pixels, heat-map tools, review badges, pop-up builders—each one loads code from someone else's server that you don't control. They're the silent killers of INP and load time. Audit what's actually earning its keep and remove the rest.

These fixes are the practical core of technical SEO. If you want the bigger picture on how site health connects to rankings, see our primer on what technical SEO is and why it matters.

Mobile vs. Desktop Scores

Don't panic when your mobile score is much lower than desktop—that's normal. PSI tests mobile on a throttled connection and a simulated mid-range phone, which is a far tougher environment than a desktop on broadband. Because Google uses mobile-first indexing and most traffic is on phones, your mobile score is the one that matters most. Optimize for mobile and desktop takes care of itself.

Realistic Targets: Passing Core Web Vitals Beats Chasing 100

Here's the reframe that saves you from wasted effort. A perfect 100 is a vanity number. Squeezing the last few points often means diminishing returns and fighting your own tools—and it does nothing extra for rankings once you're already fast.

The goal that actually matters is passing Core Web Vitals in your field data: getting at least 75% of your real visitors into the "Good" range for LCP, INP, and CLS. A page that scores 88 but passes Core Web Vitals for real users is in far better shape than one that hit 100 in the lab but stutters on real phones.

Why Build Quality Beats "Speed Plugins"

When a site is slow, the tempting shortcut is to install a plugin that promises to "optimize speed" in one click. These tools can help at the margins, but they rarely get you to passing scores on their own—and stacking several of them often makes things worse, because each plugin adds its own JavaScript to the pile.

Genuinely fast sites are fast because they're built that way: lean code, properly optimized images, minimal third-party bloat, and solid hosting. That's an engineering problem, not a plugin problem. A well-built site starts fast and stays fast; a bloated one just keeps needing another band-aid.

Ready to Fix Your Google PageSpeed Score?

You don't have to guess where you stand. Run your site through our free instant SEO audit to see your on-page and technical health in seconds—no strings attached.

At The Brand Arsenal, we build and optimize sites that pass Core Web Vitals because fast pages rank higher and convert more. If your Google PageSpeed score is stuck in the red and you're tired of plugins that don't move the needle, take a look at our SEO services or get in touch and we'll show you exactly what to fix first.

Free, no-obligation audit

See exactly where you're leaving money on the table.

Get a free audit of your store, SEO, and ads — a clear, actionable breakdown of what to fix first. No contracts, no pressure.

Free auditNo long-term contractsResults reported in writing