Site Speed - How It Affects Conversions and SEO
Site Speed - How It Affects Conversions and SEO
TL;DR
Every second of delay in site load time reduces conversions by approximately 7%. Google uses Core Web Vitals (LCP, INP, CLS) as a ranking factor. The biggest gains come from image optimization (WebP, lazy loading, correct sizing), which accounts for 50-80% of page weight.
A site that loads in 5 seconds instead of 2 loses 21% of its conversions. That's not opinion - it's math. Speed affects everything: conversion rate, bounce rate, SEO ranking, and user experience. Here's how to measure it and what to do.
Speed's Impact on Conversions - Hard Numbers
The data is clear and consistent:
- Every second of delay reduces conversions by approximately 7%
- 53% of mobile visitors abandon a site that takes more than 3 seconds to load
- A site loading in 1 second has a 3x higher conversion rate than one loading in 5 seconds
- Amazon calculated that every 100ms of delay costs 1% of sales
For a business getting 1,000 visitors per month with a 5% conversion rate and an average client value of $200: improving from 4s to 2s could mean 15-20 extra clients per month = $3,000-4,000 in additional revenue.
Core Web Vitals - What Google Measures
Google uses 3 main metrics to evaluate user experience:
LCP (Largest Contentful Paint) - how long until the largest visible element appears (usually the hero image or main headline).
- Good: under 2.5 seconds
- Needs improvement: 2.5-4 seconds
- Poor: over 4 seconds
INP (Interaction to Next Paint) - how quickly the site responds to interactions (button click, menu tap).
- Good: under 200ms
- Poor: over 500ms
CLS (Cumulative Layout Shift) - how much content "jumps" during loading (images without dimensions, fonts shifting, ads inserting).
- Good: under 0.1
- Poor: over 0.25
Core Web Vitals are a ranking factor in Google. A site with "good" scores has an advantage over one with "poor" scores, all else being equal.
How to Measure Speed
Google PageSpeed Insights (pagespeed.web.dev) - the baseline test. Gives you a score from 0-100 and specific recommendations. Test both Mobile and Desktop - the mobile score is usually much lower.
Google Search Console (Core Web Vitals report) - shows how your actual users experience your site, based on real Chrome data. This is what Google uses for ranking.
GTmetrix (gtmetrix.com) - more detailed waterfall analysis showing exactly what loads and when.
The 5 Biggest Speed Wins
1. Image Optimization (Biggest Impact)
Images make up 50-80% of most page weight. Fix:
- Convert to WebP format (30-50% smaller than JPEG/PNG at same quality)
- Resize to actual display dimensions (don't serve a 4000px image for a 800px container)
- Lazy load images below the fold (loading="lazy" attribute)
- Use responsive images (srcset) to serve different sizes for different screens
2. Eliminate Render-Blocking Resources
CSS and JavaScript files in the head block the page from rendering. Fix:
- Inline critical CSS (the CSS needed for above-the-fold content)
- Defer non-critical JavaScript (async or defer attributes)
- Remove unused CSS and JS
3. Enable Browser Caching
Without caching, returning visitors re-download everything. Set cache headers for static assets (images, CSS, JS) with expiry of 1 year. The first visit is the same, but every subsequent visit is nearly instant.
4. Use a CDN
A CDN (Content Delivery Network) serves your files from servers near the visitor. Cloudflare is free and takes 10 minutes to set up. Impact: 20-50% faster load times for visitors far from your server.
5. Minimize Third-Party Scripts
Every analytics tool, chat widget, and marketing pixel adds load time. Audit your scripts: if you added something 6 months ago and forgot about it, remove it. Load non-critical scripts asynchronously.
Speed Benchmarks
- Under 2 seconds: Excellent. Minimal conversion loss.
- 2-3 seconds: Good. Standard for well-built sites.
- 3-5 seconds: Needs work. Losing 15-25% of potential conversions.
- Over 5 seconds: Critical. Losing significant traffic and conversions.
Frequently Asked Questions
What PageSpeed score is good enough?
Above 90 on Desktop is excellent. On Mobile, above 70 is good. Below 50 on mobile is a problem affecting both conversions and SEO.
Does speed affect SEO?
Yes. Core Web Vitals are a ranking factor. With equal content, the faster site has an advantage in Google results.
What gives the biggest speed improvement?
Images. Compression and lazy loading typically gives the biggest single improvement since images make up 50-80% of page weight.
Frequently asked questions
Above 90 on Desktop is excellent. On Mobile, above 70 is good. Below 50 on mobile is a problem affecting both conversions and SEO.
Yes. Core Web Vitals are a ranking factor. With equal content, the faster site has an advantage in Google results.
Images. Compression and lazy loading of images typically accounts for the biggest single improvement since images make up 50-80% of page weight.
Want to see how fast your site is?
We'll run a comprehensive speed and performance analysis with specific optimization recommendations.
