· 4 min read
Key takeaways
- A one-second delay in load time can drop conversion rate by 4-7% on typical lead-gen and ecommerce sites.
- Core Web Vitals (LCP, INP, CLS) are both a ranking signal and a proxy for real user experience.
- Image weight and unoptimized third-party scripts cause the majority of slow-load issues we find in audits.
- Mobile speed matters more than desktop because mobile traffic converts on thinner patience and weaker connections.
- Fixing speed is usually cheaper than the ad spend wasted sending traffic to a slow page.
We ran a Core Web Vitals audit for a home services client last year and found their booking page took 6.8 seconds to become interactive on mobile. Nobody on the team had noticed, because the site looked fine on a fast office wifi connection with a desktop monitor. Their actual customers were opening the site on a truck dashboard phone with three bars of LTE, and most of them left before the form even rendered.
Page speed is one of the few marketing levers that affects everything at once: paid ad quality score, organic rankings, bounce rate, and raw conversion rate. It doesn't get the attention a new ad campaign or a rebrand gets, because it's invisible until you measure it. But the revenue impact is real and it compounds every day traffic keeps hitting a slow page.
What slow actually costs you
Industry benchmarks and our own client data point the same direction: conversion rate tends to drop 4-7% for every additional second of load time past the 2-3 second mark, and it gets steeper past 5 seconds. If you're spending $5,000 a month on Google Ads and your landing page loads in 6 seconds instead of 2, you could be throwing away 15-20% of that spend on visitors who bounce before they ever see your offer.
This is separate from the SEO angle, though it overlaps. A page that's slow enough to frustrate visitors is also slow enough to rank behind a faster competitor for the same keyword, all else equal.
The Core Web Vitals that actually matter
Google's Core Web Vitals give you three concrete numbers to chase instead of a vague sense that the site 'feels slow.'
- Largest Contentful Paint (LCP): time until the main content block renders — target under 2.5 seconds
- Interaction to Next Paint (INP): responsiveness when a user clicks or taps — target under 200ms
- Cumulative Layout Shift (CLS): visual stability while the page loads — target under 0.1
- Time to First Byte (TTFB): how fast your server responds before anything renders
We pull these from PageSpeed Insights and from real user data in GA4 rather than lab tests alone, because lab scores can look fine while real visitors on real networks have a rough experience.
Where the weight usually comes from
In most audits we run, the same handful of culprits show up regardless of industry.
- 1.Unoptimized images — full-resolution photos served at display size instead of compressed and resized
- 2.Third-party scripts — chat widgets, ad pixels, and tracking tags loaded synchronously and blocking render
- 3.Unused CSS and JavaScript shipped on every page whether it's needed or not
- 4.No browser caching or CDN, forcing every visitor to redownload the same assets
- 5.Web fonts loaded in a way that blocks text from rendering until they arrive
Fixing the top two items on that list alone typically resolves 60-70% of the speed problem we find on small business websites.
Fixing it without a full rebuild
You don't need a new website to fix page speed. Most of this is remediation work on the existing site: compressing and converting images to WebP, lazy-loading below-the-fold content, deferring non-critical scripts, and setting up a CDN like Cloudflare. On WordPress sites, plugin bloat is often the real offender and trimming it does more good than any caching plugin.
For sites built custom or on a modern framework, the fix is usually about code splitting and image pipeline discipline rather than plugins. Either way, this is a well-scoped project, not an open-ended one, and it pairs naturally with the technical SEO work we do around site structure and crawlability.
Monitoring so it doesn't creep back
Speed regresses quietly. Someone adds a new chat widget, a marketing team drops in a heavier hero video, and six months later load time has crept back up. We set clients up with monthly PageSpeed monitoring and a GA4 dashboard that flags LCP and bounce rate together, so a speed regression gets caught before it shows up as a dip in lead volume.
If your ad spend and SEO rankings look fine on paper but conversions are lagging, page speed is one of the first things worth checking. It's a fast, cheap diagnostic compared to guessing at messaging or targeting changes. If you want a second set of eyes on your numbers, a short strategy call is a low-pressure way to find out where you stand.
Frequently asked questions
- What page speed should I be targeting?
- Aim for a Largest Contentful Paint under 2.5 seconds and an Interaction to Next Paint under 200ms, measured on mobile with real-world throttling in GA4 or PageSpeed Insights. Anything past 4 seconds LCP on mobile is costing you meaningful conversion volume.
- Does page speed actually affect Google rankings?
- Yes, Core Web Vitals are part of Google's page experience signals, though content relevance still outweighs speed. The bigger impact is usually on conversion rate and bounce, which compound with rankings over time.
- What's the single biggest speed fix for most small business sites?
- Image compression and modern formats like WebP or AVIF, paired with lazy loading below the fold. We routinely cut load time by 30-50% just from image optimization before touching code.
- How much does a speed audit and fix typically cost?
- A focused technical audit and remediation for a small business site usually runs $1,500 to $4,000 depending on the platform and how much custom code is involved. Ongoing monitoring is a much smaller monthly cost.
