You've heard that website speed matters — but what does your PageSpeed score actually tell you? And more importantly, what should you do about it?
This guide cuts through the jargon. You'll understand what each metric means for real users, what causes a low score, and which fixes will make the biggest difference for a typical small business website.
What Is Google PageSpeed Insights?
PageSpeed Insights (PSI) is a free tool from Google that analyzes a web page and gives it a performance score from 0 to 100, along with detailed diagnostics. You can access it at pagespeed.web.dev.
PSI gives you two separate scores — one for mobile and one for desktop. Because Google uses mobile-first indexing, your mobile score is the more important one for SEO purposes.
Lab vs. Field data: PSI shows both simulated lab data (tested with controlled conditions) and real-world field data (from actual Chrome users visiting your site). Field data is what Google uses in ranking decisions.
What Your Score Actually Means
Google divides PageSpeed scores into three bands:
A score in the 0–49 range means your site has serious performance problems that are likely hurting both your SEO rankings and visitor experience. A score of 90+ means your page loads quickly and efficiently — what you should aim for.
What scores look like in practice: Average small business websites built on Wix or WordPress with default settings typically score 55–75 on mobile. Unoptimized WordPress sites with heavy page builders often score 40–60. AUTOMIFYA-built custom sites typically score 90–100.
Core Web Vitals Explained
Inside your PageSpeed score are three specific metrics called Core Web Vitals. These are what Google directly uses as ranking signals:
All three must pass their thresholds to get the "Core Web Vitals Passed" badge in Google Search Console. Failing any one of them can negatively impact your search rankings.
Note: FID (First Input Delay) was replaced by INP as a Core Web Vital in March 2024. If you see FID in older audits, replace it with INP in your optimization priorities.
Why Page Speed Matters for Your Business
Page speed isn't just a technical metric — it has direct, measurable impact on your business outcomes:
- 53% of mobile visitors abandon pages that take more than 3 seconds to load
- A 1-second delay in mobile page load time reduces conversions by 7%
- Google uses Core Web Vitals as a ranking signal — slower pages can rank lower when content quality is similar
- Slow sites lose paid traffic value — if you're running Google Ads, poor quality scores from slow landing pages increase your cost-per-click
For a local business getting 1,000 visitors per month at a 2% conversion rate, a 1-second improvement in load time could generate 14 additional leads per month — from the same traffic, without spending anything on ads.
Quick benchmark: If your site loads in under 2 seconds on mobile, you're ahead of 80% of small business websites. Under 1 second puts you in the top 10%. Most well-optimized static sites load in 0.8–1.5 seconds.
Performance Tips in Your Inbox
Weekly web performance and SEO tactics for small businesses. Free, unsubscribe anytime.
Top Fixes by Impact
These are the fixes that move the needle most for typical small business websites — ordered by how much impact they tend to have:
1. Compress and resize images
Oversized, uncompressed images are the #1 cause of slow LCP scores. Convert images to WebP format, compress them below 150KB, and set explicit width/height attributes to prevent layout shift. Free tools: Squoosh (squoosh.app) or TinyPNG.
2. Upgrade to faster hosting
A slow server makes everything else slower. Shared hosting plans for $3/month are often the bottleneck. Moving to a quality shared plan ($10–$20/month) or static hosting (Hostinger, Cloudflare Pages, Netlify) can cut TTFB from 800ms to under 200ms.
3. Eliminate render-blocking resources
CSS and JavaScript files that load in the document <head> block the browser from rendering your page. Add defer to non-critical scripts and inline critical CSS.
4. Use a CDN for static assets
A Content Delivery Network serves your images, fonts, and scripts from the nearest server to each visitor. Cloudflare's free plan is the easiest starting point — it proxies your site and adds CDN, caching, and security.
5. Preconnect to third-party origins
If your site loads Google Fonts, analytics, or other external resources, add <link rel="preconnect"> tags in the <head> to initiate those connections early. This typically saves 100–300ms.
6. Lazy-load below-fold images
Add loading="lazy" to all <img> tags that appear below the visible screen on load. This defers those image requests until the user scrolls to them, reducing initial page weight significantly.
7. Minimize JavaScript and CSS
Remove unused code, combine files, and minify (remove whitespace and comments). On WordPress, plugins like WP Rocket handle this automatically. For custom sites, build tools like Vite or manual minification during build.
8. Enable browser caching
Set long cache TTLs for static assets (images, CSS, JS) so returning visitors don't re-download them. Add Cache-Control headers via your hosting panel or an .htaccess file.
How to Check Your Score (Step by Step)
- Go to pagespeed.web.dev
- Enter your website URL and click "Analyze"
- Click the Mobile tab first — this is the score that matters most for Google rankings
- Scroll to "Diagnostics" to see the specific issues causing your score to drop
- Focus on the items flagged in red (Opportunities with the most time savings)
- Also check Google Search Console → Experience → Core Web Vitals for real-world data
Benchmark your competitors: Run your top 3 local competitors through PageSpeed Insights. If they score 50–65 and you score 90+, you have a compounding advantage in both rankings and visitor experience.