Foundgrove
← All posts

Web Design · 12 min read

Page Speed and Conversion: What Slow Sites Cost You

Summary

A slow site can convert 3x fewer leads than a fast one, and faster load times lift lead conversion. Here is the real ROI of fixing site speed.

By Hyder Shah, Founder & CEO · Published May 14, 2026 · Updated July 26, 2026

Your service-business website may be losing leads every day—not because your offer is weak, but because it is slow. Portent analyzed 20 sites, 100 million-plus page views and 5.6 million sessions and found that a B2B site loading in 1 second converts at 3x the rate of a site loading in 5 seconds, and 5x the rate of one loading in 10 seconds (Portent, 2022). That study is correlational — it compares fast sites to slow ones rather than speeding one site up — so treat 3x as the ceiling of the opportunity, not a promise. The causal evidence points the same direction: in the 2020 Deloitte study Milliseconds Make Millions, which analysed over 30 million user sessions across 37 brand sites, a 0.1-second improvement in mobile site speed was associated with a 21.6% lift in users reaching the form-submission page on lead-generation sites. We help service businesses understand the true cost of slowness and the ROI of choosing a high-converting website built for speed.

How Much Do Service Businesses Lose to Slow Page Speed?

Slow page speed is a lead-generation tax, and the steepest part of the curve is the first few seconds. Portent's data on lead-generation sites shows goal conversion rates near 40% at a 1-second load time, dropping to 34% at 2 seconds and levelling off around 29% at 3 seconds — so most of the damage is done before the fourth second. Portent's summary is blunt: at anything above a 5-second page load, 'you're talking about roughly half the conversion rate of a fast website.' For a business generating 100 leads per month, a 5-second site instead of a 2-second site can cost dozens of leads monthly. Those are cross-site comparisons, not a controlled test on your site, so use them to size the prize and then measure your own before-and-after.

What does the strongest evidence say about speed and revenue?

The strongest evidence is a real A/B test, not a correlation. Rakuten 24 split traffic 50/50 between a landing page optimized for Core Web Vitals and an identical unoptimized one — same design, same copy, only the performance differed — and the optimized version produced a 53.37% increase in revenue per visitor and a 33.13% increase in conversion rate, plus a 35.12% reduction in exit rate (Google/web.dev case study). Note what that test actually changed: the whole Core Web Vitals bundle, not one metric in isolation. The 2020 Deloitte study Milliseconds Make Millions reported a separate, lead-gen-specific number: a 0.1-second improvement in mobile site speed lifted the share of users progressing from the first form step to the form-submission page by 21.6%. That is a progression rate, not a conversion rate, so it is not directly comparable to the retail conversion figure in the same study — but it is the metric that maps onto a service-business quote form. For a lead-gen business, that scale of effect turns a tiny technical win into real pipeline.

Why Does Speed Matter More for Service Businesses Than E-Commerce?

Service-business leads are high-intent. Someone searching 'HVAC repair near me' or 'tax attorney consultation' has a problem to solve and will wait a moment—but not much. That prospect is often comparing 3-4 competitors side by side, and if your site takes 4 seconds while a competitor's takes 1.5, the visitor abandons before seeing your pricing or team. The gap is wider on mobile, where typing, tapping, and patchy connections all work against you — Portent's lead-gen curve shows conversion already down from roughly 40% at 1 second to 29% by 3 seconds. Speed and crawlability also support GEO (Generative Engine Optimization) visibility, because a page has to be crawlable and renderable before an AI engine can quote it.

Does WordPress plugin bloat cost more than a static build?

Most service-business sites run WordPress with 15-30 active plugins, each adding JavaScript, database queries, and redirect chains. Real-world benchmarks show WordPress sites often load in 3-5 seconds on mobile, while modern static-generated sites (like those built with Next.js) load in 1-2 seconds on the same hosting and network. That 2-3 second difference maps directly to the conversion gap Portent measured. A typical WordPress install carries plugin debt: caching plugins, a page builder's JavaScript, an SEO plugin, anti-spam, backups, and analytics all slow rendering. A purpose-built Next.js site uses static generation (SSG) to pre-render pages, serving static HTML instead of querying a database on each request. See our breakdown of Next.js vs WordPress for marketing sites.

Core Web Vitals Thresholds: What Counts as 'Fast Enough'?

Google's current Core Web Vitals thresholds are an LCP of 2.5 seconds or less, an INP of 200 milliseconds or less, and a CLS of 0.1 or less — each measured at the 75th percentile of real-user page loads, split by mobile and desktop. That 75th-percentile detail matters: you are graded on your slower visitors, not your median one. Note also that INP replaced First Input Delay in March 2024, so any speed advice still optimizing for FID is out of date. For service businesses, that means LCP under 2.5 seconds on mobile, snappy form and CTA interactions, and near-zero layout shift when content or ads load. Modern Next.js with static generation routinely scores 90+ on mobile PageSpeed Insights; WordPress with heavy plugins often scores 40-60. The conversion difference is structural, not incremental. Our Core Web Vitals on Next.js guide covers the implementation.

MetricHealthy thresholdTypical Next.js (SSG)Typical plugin-heavy WordPress
LCP (Largest Contentful Paint)under 2.5s1.5-2.5s3-5s
INP (Interaction to Next Paint)under 200msunder 100ms200-500ms
CLS (Cumulative Layout Shift)under 0.1near 00.1-0.3
Mobile PageSpeed score90+ ideal90+40-60

What is the actual ROI of fixing your site speed?

Here is an illustrative model. A typical service business sees 100-200 monthly visitors, an 8-12% lead conversion rate, and a $1,500-$5,000 deal value. Apply Portent's roughly 3x gap: a slow site (4s+) converting near 2.5% versus a fast site (1.5s) near 7.5%. On 150 monthly visitors, the slow site yields about 4 leads (150 x 0.025); the fast site about 11 (150 x 0.075)—7 extra leads monthly, or 84 a year. At a $2,000 average deal value, that is six figures in incremental revenue. A clean Next.js rebuild typically runs $8,000-$25,000; even at the top of that range, the payback window is short and the speed advantage compounds across repeat traffic and referrals.

Does site speed affect GEO and AI citations?

Be careful here, because most content on this topic overclaims. Google's own documentation states that there are no additional technical requirements to appear in AI Overviews or AI Mode: a page must simply be indexed and eligible to be shown with a snippet. There is no published evidence that a faster page earns more AI citations, and we are not going to invent any. What Google does advise is the boring foundation that speed work already gives you: allow crawling, make content findable through internal links, keep important content in textual form, and make structured data match the visible text. Separately, Google's page-experience documentation confirms that 'Core Web Vitals are used by our ranking systems' — while cautioning there is 'no single signal' and that Search 'always seeks to show the most relevant content, even if the page experience is sub-par.' Speed supports good content. It does not substitute for it, and it does not buy you a citation.

What's the Fastest Way to Fix a Slow Service-Business Site?

Three options exist, each with tradeoffs. Option 1: WordPress optimization (caching, code splitting, image optimization) at $2,000-$5,000 typically gets a 4s site down to 2.5-3s—a band-aid, because you keep fighting plugin friction. Option 2: migrate to a modern static-generation framework (Next.js, Astro) at roughly $12,000-$25,000, reaching 1-1.5s and removing the speed ceiling. Option 3: a headless hybrid—keep WordPress for content, add a decoupled frontend—for a middle ground. For most service businesses, the clean rebuild offers the best ROI because it compounds: more leads, better GEO visibility, faster crawling, no future plugin debt. We recommend checking your current speed with a free site audit—if LCP is over 3 seconds or your mobile PageSpeed score is under 50, you are likely leaving a meaningful share of leads on the table.

Speed is not a feature—it is a conversion machine. Faster load times measurably lift lead conversion, and every second lost can cost several leads a month. For a service business with steady deal flow, fixing page speed from slow (4s+) to fast (1.5s) is often one of the highest-ROI projects available—short payback, compounding returns. If your site is still on WordPress with default performance, or your mobile PageSpeed score is under 60, prioritize a website redesign built for conversion. Your leads are waiting on the other side of that one-second load time.

Where does this fit in your stack?

If you're running a US service business, the playbook in this post pairs with our full services lineup and applies cleanly across our supported industries and US locations. If you want help implementing it, book a free strategy call — we'll review your current setup and prioritize the next three moves.

For the deeper engagement details, see our website design service. New to the terminology here? Our SEO & marketing glossary defines every acronym in this post.

What are the most common questions about this topic?

Common questions readers send us about this topic.

How much does a slow site cost in lost leads for a service business?

Portent's data shows a site loading in 1 second can convert about 3x more leads than one loading in 5 seconds. For a business generating 100 leads monthly, moving from 5s to 1s could unlock dozens of additional leads—worth tens of thousands in annual revenue, depending on lead and deal value.

What's the minimum acceptable page load time for a service-business website?

Google's official Core Web Vitals threshold is a Largest Contentful Paint (LCP) of 2.5 seconds or less, measured at the 75th percentile of real-user loads. Portent's lead-generation data suggests the commercial sweet spot is tighter still: goal conversion runs near 40% at a 1-second load and falls to about 29% by 3 seconds. Aim for under 2.5 seconds to satisfy Google, and under 1.5 seconds to compete for the click.

Does WordPress hurt conversion even with caching plugins?

Often, yes. WordPress sites with caching plugins typically load in 2.5-3.5 seconds, while Next.js static sites load in 1-1.5 seconds. The plugin architecture itself creates a ceiling because most page requests still touch a database. Caching helps, but it is a workaround, not a structural fix.

Does a 0.1-second improvement actually move the needle on leads?

It can. Deloitte's 2020 'Milliseconds Make Millions' study, covering over 30 million sessions across 37 brand sites, found a 0.1-second improvement in mobile speed was associated with a 21.6% lift in users reaching the form-submission page on lead-generation sites. The data is from late 2019 and is correlational, not a controlled experiment — so treat it as directional evidence that small speed gains compound, not as a guaranteed return.

How does page speed relate to GEO (Generative Engine Optimization)?

Less directly than most articles claim. Google's documentation says there are no additional technical requirements to appear in AI Overviews or AI Mode — a page needs to be indexed and eligible to show with a snippet. So speed does not buy you an AI citation. What it does is protect the foundation: a page that renders reliably and keeps its content in crawlable text is a page an engine can actually read and quote. Optimize speed for conversions and rankings; treat AI citation as a content and authority problem.

Is rebuilding in Next.js worth the cost for a service business?

Often, if your current site is slow (4s+ load) or your mobile PageSpeed score is under 50. A clean rebuild can pay back quickly through incremental lead value, removes future plugin debt, and improves GEO visibility—benefits that compound over time. If your site is already fast, targeted optimization may be the better spend.

What's the easiest speed win I can implement today?

Image optimization (WebP format, lazy loading) can cut 0.5-1 second. Disabling unused plugins can cut another 0.5-1 second. Minification and sensible caching policies add up further. Combined, these quick wins often move a slow site from about 4 seconds to 2.5 seconds with minimal cost or development effort.

Does speed matter for local services or Google Local Services Ads?

Speed does not directly rank Local Services Ads, but it sharply improves conversion from organic Google search and AI citations—both of which feed the local lead funnel. A fast Google Business Profile and landing page also improve GEO retrieval, indirectly supporting local visibility and the quality of leads that reach your booking form.

What is a good conversion rate for a service-business website?

Unbounce's Conversion Benchmark Report, drawn from 57 million conversions across 41,000 landing pages, puts the median landing-page conversion rate at 6.6%, with industry medians spanning 3.8% to 12.3%. Treat that as a reference point rather than a goal: your realistic number depends on traffic source, offer, and urgency. What matters is the trend in your own baseline, and whether speed or form friction is capping it.

About the author

Hyder Shah

Founder & CEO, Foundgrove

Hyder Shah is the founder of Foundgrove, an SEO and GEO agency for US service businesses. See our editorial policy for how these guides are researched and reviewed.

Want help applying this to your business?

Book a free 30-minute call. We'll review your current acquisition stack and show you the three highest-leverage moves for your industry and state. Or read how our website design service works.

Free SEO & AI visibility auditGet my free audit