Speed is priced into every visit you buy
Every marketing channel you run — ads, content, outbound, referrals — terminates in a page load. That makes load time a multiplier on total acquisition spend rather than a technical detail. In 2026 the evidence base is strong enough to stop treating performance as a nice-to-have and start treating regressions as revenue incidents.
The abandonment thresholds that matter
Google's widely cited research found 53% of mobile visits are abandoned when pages take longer than 3 seconds to load. Most B2B buyers now research on phones between meetings, so the mobile threshold is effectively the only threshold.
Deloitte and Google's 'Milliseconds Make Millions' analysis tied a 0.1-second improvement in mobile load time to an 8.4% conversion lift in retail (10.1% in travel). These are correlational studies, not controlled experiments — but the direction is consistent across every serious dataset in the space.
The 1-second conversion gap
Portent analyzed more than 100 million page views across 20 sites (including 14 B2B lead-generation sites) and found pages loading in 1 second converted roughly 2.5x better than pages loading in 5 seconds. For B2B specifically, the ratio is steeper in follow-up studies: a 1-second site converts about 3x the rate of a 5-second site and 5x the rate of a 10-second site.
The implication for a B2B budget: if your average load is 4–5 seconds and a rebuild lands at 1–1.5 seconds, you have roughly doubled the yield of your existing traffic before spending anything new on acquisition.
Published case evidence
Where teams have published their own numbers, the pattern holds. Swappie improved Core Web Vitals, cut load time by 23%, and reported a 42% increase in mobile revenue. Renault reported a 13% conversion rise from a 1-second LCP improvement.
None of these are promises for your site — they are evidence that the relationship between measured speed and measured revenue survives contact with production traffic.
The 2026 ranking environment
Core Web Vitals remain a confirmed Google ranking factor, and the March 2026 core update increased their weight. Google also tightened guidance around LCP, and INP (responsiveness) is now a primary signal — a page can pass LCP and still be demoted for janky interaction.
Only a minority of the web passes all three vitals: estimates for 2026 range from roughly one third to one half of sites depending on methodology and device split. That is the opportunity: clearing the bar already puts you ahead of most competitors on both ranking inputs and conversion inputs simultaneously.
Budgets to enforce
Set these budgets before the next build or redesign and gate them in CI so they cannot drift. They reflect Google's good-experience thresholds with headroom for real-world networks.
- LCP (loading): under 2.0 seconds in the field, measured on mobile via Chrome UX Report.
- INP (responsiveness): under 200 milliseconds.
- CLS (visual stability): under 0.1 — reserve space for images, embeds, and fonts.
- Total page weight: under ~1 MB initial transfer for marketing pages.
- No third-party script that blocks the critical rendering path.
Architecture beats patching
Most speed debt is architectural: heavy CMS themes, render-blocking scripts, unoptimized media pipelines. Patching those individually produces temporary wins. Framework-based stacks built for the edge — Next.js with static generation and CDN distribution — consistently outperform traditional CMS setups on Core Web Vitals because code splitting, image optimization, and server rendering are structural rather than bolted on.
If your current site fails vitals badly, ask for the rebuild cost delta before spending a quarter on incremental fixes. Frequently, the gap between 'patch' and 'rebuild on a modern stack' is smaller than the compounding conversion loss.
How this applies at Kiwi
We build on Next.js at the Cloudflare edge with the budgets above enforced in CI, and we measure with field data, not lab scores alone. Our standard ships sub-second LCP and zero layout shift as acceptance criteria, not aspirations.
If your analytics show traffic but weak conversion, speed is the first variable to rule out. Send us your URL: within 24 hours you get a senior performance review with field-data evidence and a fixed-milestone scope for the fixes that matter.
Frequently asked questions
What Core Web Vitals scores should a B2B website target in 2026?
LCP under 2.0 seconds, INP under 200 milliseconds, and CLS under 0.1 — measured with field data from real users (Chrome UX Report), not just lab tools. Lab scores verify fixes; field data decides outcomes.
Does website speed really change conversion rates?
Multiple large datasets associate faster loads with materially higher conversion: Portent's 100M+ page view analysis found ~2.5x better conversion at 1s vs 5s loads, and Google reports 53% of mobile visits abandon past 3 seconds. Treat the figures as directional evidence, then measure your own baseline and lift.
Is fixing Core Web Vitals worth more than running more ads?
Often, yes. Speed multiplies the yield of traffic you already pay for, while ads only add volume. If your page fails vitals, the same budget spent on performance typically improves conversion, rankings, and every future campaign simultaneously.
Sources
- web.dev — Largest Contentful Paint (Google's LCP guidance and thresholds)
- Portent — Site speed & conversion rates: 100M+ page view analysis
- SiteBuilderReport — Website speed statistics 2026 (B2B 1s vs 5s/10s conversion ratios, Swappie, Renault)
- Digital Applied — Page speed statistics 2026: revenue impact and framework benchmarks
- Colorlib — 50+ site speed statistics (CWV pass rates, HTTP Archive/CrUX)
Figures cited above are drawn from the linked publications and are the responsibility of their sources; we date and scope them rather than presenting them as universal guarantees.