SEO Metrics Calculators

Page Speed Impact Calculator (Free) – How Load Time Affects SEO

Enter your page load time and instantly see the estimated bounce rate increase, visitors lost per month, and revenue impact — backed by Google and Deloitte research.

1s delay = up to 32% higher bounce rate
Core Web Vitals Google ranking factor since 2021
Free No sign-up required

Page speed is no longer just a user experience concern — it’s a confirmed Google ranking factor and one of the biggest conversion killers in digital marketing. Google’s own research shows that moving from a 1-second to a 3-second load time increases bounce rate by 32%. At 5 seconds, the probability of bouncing more than doubles.

This free page speed impact calculator translates your page load time into concrete business metrics: the estimated bounce rate increase versus a fast baseline, how many visitors you’re losing per month, and the revenue impact of that lost traffic. It’s based on benchmarks from Google’s research in partnership with Deloitte.

It’s built for SEO professionals, developers, and business owners who need to make the business case for page speed investment with real numbers, not just technical recommendations.

Use the Calculator

Loading calculator...

What Is a Page Speed Impact Calculator (Free) – How Load Time Affects SEO?

Page speed impact refers to the measurable effect of page load time on user behaviour — specifically bounce rate, time on page, conversion rate, and organic rankings.

Google has made page speed a direct ranking factor through Core Web Vitals (CWV), which measure:

  • LCP (Largest Contentful Paint): how long the main content takes to load. Target: under 2.5 seconds
  • INP (Interaction to Next Paint): how quickly the page responds to user input. Target: under 200ms
  • CLS (Cumulative Layout Shift): visual stability during loading. Target: under 0.1

Pages that fail Core Web Vitals thresholds receive a negative ranking signal. Pages that pass receive a positive signal — though content quality and backlinks remain dominant ranking factors, speed is the tiebreaker for otherwise equal pages.

For conversions, the impact is even more direct: Google’s Deloitte study found that improving mobile site speed by just 0.1 seconds increases conversion rates by an average of 8%.

Formula

Page speed impact estimation based on Google/Deloitte benchmark data:

Bounce Rate Increase vs 1-second baseline:
  1s load time:   0% increase (baseline)
  2s load time:   ~9% increase
  3s load time:   ~32% increase
  4s load time:   ~90% increase
  5s load time:   ~106% increase
  6s load time:   ~108% increase
  Over 6s:        ~123%+ increase

Estimated Visitors Lost per Month:
  = Monthly Visitors × (Bounce Increase % ÷ 100)

Estimated Revenue Lost:
  = Visitors Lost × Revenue per Visitor

Example Calculation

A product landing page with 15,000 monthly visitors, 4.2-second load time, and $1.20 revenue per visitor:

Monthly organic visitors 15,000
Current page load time 4.2 seconds
Estimated bounce rate increase ~90%
Estimated visitors lost per month ~13,500
Revenue per visitor $1.20
Estimated monthly revenue lost ~$16,200
Fix target Under 2.5s LCP (Core Web Vitals: Good)

What Is a Good Result?

Core Web Vitals thresholds and speed benchmarks for SEO:

Metric Good Needs improvement Poor
LCP (Largest Contentful Paint) Under 2.5s 2.5–4.0s Over 4.0s
INP (Interaction to Next Paint) Under 200ms 200–500ms Over 500ms
CLS (Cumulative Layout Shift) Under 0.1 0.1–0.25 Over 0.25
Overall page load time Under 2s 2–4s Over 4s

How to Improve Page Speed for SEO

🖼️

Optimise and Compress Images

Images are the most common cause of slow LCP. **Convert images to WebP format** (typically 25–35% smaller than JPEG at equivalent quality), compress all images using tools like Squoosh or ShortPixel, and add width/height attributes to prevent layout shift (CLS). For pages with large hero images, preload the LCP image using a link rel=’preload’ tag. Image optimisation alone often cuts page load time by 30–50%.

🌐

Use a Content Delivery Network (CDN)

A CDN serves your static assets (images, CSS, JS) from servers geographically close to each visitor, dramatically reducing latency. **Adding a CDN typically reduces page load time by 30–50% for international visitors** and improves TTFB (Time to First Byte) — the starting line for LCP. Cloudflare, Fastly, and BunnyCDN offer excellent options at low cost for most site sizes.

⚙️

Eliminate Render-Blocking Resources

JavaScript files that load before page content block rendering and inflate perceived load time. **Defer non-critical JavaScript** with the ‘defer’ or ‘async’ attribute, move scripts to the bottom of the document, and inline critical CSS. Use Google PageSpeed Insights to identify specific render-blocking resources on each page — it names the exact files causing the problem.

🗃️

Enable Caching and Compression

**Browser caching** stores static resources locally so repeat visitors don’t re-download them. **Gzip or Brotli compression** reduces file transfer sizes by 60–80%. Both are server-level configurations that require minimal ongoing maintenance once set up. WordPress sites can implement both easily through performance plugins like WP Rocket, W3 Total Cache, or LiteSpeed Cache.

📊

Prioritise Mobile Speed for Core Web Vitals

**Google uses mobile CWV scores** for ranking assessments, not desktop. Your mobile page speed needs to pass Core Web Vitals thresholds — not just your desktop version. Mobile connections are slower and processors are weaker, so a page loading in 2.5s on desktop might load in 5s on a mid-range mobile device. Test on real devices and the ‘Mobile’ tab in PageSpeed Insights.

🔍

Fix Your Highest-Traffic Pages First

Page speed optimisation produces the highest ROI when applied to your **highest-traffic, highest-revenue pages** first. Use Google Search Console to identify your top organic landing pages, then run them through PageSpeed Insights. A 1.5-second improvement on a page receiving 50,000 monthly visitors has far more business impact than the same improvement on a 500-visitor page.

Frequently Asked Questions

1How does page speed affect SEO rankings?

**Page speed is a confirmed Google ranking factor** via Core Web Vitals (CWV), introduced as a ranking signal in 2021. Pages that pass CWV thresholds (Good LCP, INP, and CLS) receive a positive ranking signal. Pages that fail receive a negative signal. Google has stated that CWV is a tiebreaker rather than a dominant factor — but for competitive keywords where content quality is otherwise equal, page speed directly determines ranking position.

2What page load time should I target for SEO?

Target **Largest Contentful Paint (LCP) under 2.5 seconds** — this is Google’s ‘Good’ threshold for the primary Core Web Vitals speed metric. For overall page load time, under 2 seconds is considered fast; under 3 seconds is acceptable. Above 4 seconds, bounce rate increases dramatically and Core Web Vitals fail. Use PageSpeed Insights or Lighthouse to measure LCP specifically, not just overall load time.

3How much does page speed affect conversion rate?

The impact is significant and well-documented. **Google’s Deloitte study found that a 0.1-second improvement in mobile speed increases conversion rates by 8% on average**. A reduction from 4 seconds to 2 seconds can reduce bounce rate by more than half (from 90%+ increase to 9% increase vs the 1-second baseline). For high-traffic pages, this translates directly into measurable revenue recovery.

4What is the difference between page speed and Core Web Vitals?

**Page speed** is a general term for how quickly a page loads and becomes usable. **Core Web Vitals** are Google’s specific set of measured user experience metrics: LCP (loading performance), INP (interactivity), and CLS (visual stability). Core Web Vitals are what Google specifically uses as a ranking signal — not the overall PageSpeed Insights score. A page can load ‘fast’ but still fail CLS if elements shift during load.

5How do I measure my page load time for SEO?

Use these tools: **Google PageSpeed Insights** (free — shows both lab data and field CWV data); **Google Search Console** → Core Web Vitals report (shows real user data for your site’s pages); **GTmetrix** (detailed waterfall analysis, identifies specific bottlenecks); **Lighthouse** in Chrome DevTools (lab data, controllable test conditions). For ranking purposes, prioritise the field data in PageSpeed Insights and GSC over lab scores.

Conclusion

Every second of page load time is costing you visitors, conversions, and rankings. Use the free page speed impact calculator above to quantify exactly what your current load time is costing your business — and build the data-backed case for making page speed a top priority.