← All posts
Performance & SEO8 min read

Why a Slow Website Is Costing You Customers (and How to Fix It)

By Reece Nunez, owner & developer at NunezDev

A laptop on a desk showing a website analytics dashboard with charts and load-time metrics.

Here's a test you can run on your own website right now: open it on your phone, off wifi, and count the seconds until you can actually read something. If you got past three before the page settled, you have a problem, and it's quietly costing you money.

I build websites and custom software for small businesses here in Oklahoma and across the country, and speed is the single most common thing I fix that owners didn't know was broken. A slow site doesn't throw an error or crash. It just loses people one at a time, silently, and you never see the customers who bounced before your page loaded. Let me show you what the delay actually costs, and how to fix it.

What "a little slow" actually costs

A second or two doesn't sound like much until you look at what happens to real visitors. Google's research with SOASTA, published through Think with Google, found that as mobile page load time goes from 1 second to 3 seconds, the probability that someone bounces jumps 32%. At 5 seconds it's up 90%, and by 10 seconds the probability of a bounce has climbed 123%. Those aren't people who complained. They just left.

It gets more concrete. Google data from 2016 found that 53% of mobile site visits are abandoned when a page takes longer than 3 seconds to load. Read that again: more than half your phone traffic gone, over a delay most owners never notice because their own site is cached and fast on their own devices.

And this is where the money shows up. Portent's 2022 study of over 27,000 landing pages found that conversion rates are highest when a page loads in one second and fall off a cliff after that. For e-commerce, the conversion rate was 3.05% at a one-second load time, 1.68% at two seconds, and 1.12% at three seconds. Same traffic, same product, roughly a third of the sales, purely because the page got slower.

Conversion rate by page load timeE-commerce sites. Source: Portent, 20223.05%1 second1.68%2 seconds1.12%3 seconds
Two extra seconds of load time cut the e-commerce conversion rate by nearly two-thirds in Portent's 2022 data.

The flip side is just as real. When Google and Deloitte studied 37 retail and travel sites for their 2020 "Milliseconds Make Millions" report, they found that improving mobile site speed by just a tenth of a second lifted retail conversions by 8.4% and travel conversions by 10.1%, and pushed up the average order value on retail sites by 9.2%. One hundred milliseconds. That's faster than you can blink, and it moved real revenue.

Meet Core Web Vitals, without the jargon

Google measures speed and stability with three metrics it calls Core Web Vitals. You'll see them in tools like PageSpeed Insights and Google Search Console, and they're worth understanding because they're what Google actually looks at. In plain English:

  • Largest Contentful Paint (LCP) is how long it takes for the biggest thing on screen, usually your hero image or headline, to show up. Good is 2.5 seconds or less.
  • Interaction to Next Paint (INP) is how quickly the page reacts when someone taps a button or a menu. Good is 200 milliseconds or less. (This one replaced the old First Input Delay metric in March 2024, so ignore any guide still talking about FID.)
  • Cumulative Layout Shift (CLS) is how much the page jumps around while it loads. You've felt this: you go to tap a link and an ad loads and shoves it down and you tap the wrong thing. Good is a score of 0.1 or less.

Google measures these from real visits, at the 75th percentile, which is a fancy way of saying it grades you on how the site performs for most people, not on the one fast test you ran on your office fiber connection.

Chrome developer tools open on a screen showing the Elements, Network, and Performance panels used to measure website speed.
The Performance and Network tabs in a browser's developer tools are where a lot of slow-site problems get diagnosed. Photo: Unsplash

Does speed really affect my Google ranking?

Yes, though not the way some SEO pitches make it sound. Google treats page experience, Core Web Vitals included, as part of how it ranks pages in search. In its own words, these signals "align with what our core ranking systems seek to reward." But Google is also clear that great, relevant content still wins. Think of speed as a tie-breaker: when two pages are equally useful, the faster one gets the edge, and in a competitive local market those edges add up.

Here's the part that should get your attention: most sites aren't passing. According to the 2024 Web Almanac from HTTP Archive, only 43% of mobile websites and 54% of desktop websites pass all three Core Web Vitals. That's the opportunity. If more than half the sites in your category are slow, getting yours genuinely fast is one of the cleaner ways to stand out to both Google and your customers.

Why phone speed is the number that matters most

Notice how much of this data is about mobile. That's deliberate. Mobile devices now account for roughly 58 to 60% of web traffic worldwide, per Statista, and for a lot of local businesses the phone share is higher still, because people search "plumber near me" or "best tacos" while they're out and about.

The trap is that your website almost always feels fast to you. You're on good wifi, on a nice phone, with the site already cached. Your customer is on a spotty signal in a parking lot on a three-year-old Android. That's the experience that counts, and it's the one Google grades. This is the same reason I harp on mobile in my Google Business Profile guide: the profile gets you found on a phone, and the site has to be ready when they tap through.

A smartphone home screen held in one hand, showing common apps including Google Maps.
Most local searches start on a phone, often on a slow connection. That is the speed test that actually counts. Photo: Unsplash

Why sites get slow (and what to actually do about it)

The good news is that most slow small business sites are slow for a handful of boring, fixable reasons. In rough order of how often I see them:

  • Giant, uncompressed images. Someone uploaded a 6 MB photo straight off a phone and the browser is downloading the whole thing on every visit. Properly sizing and compressing images is usually the single biggest, easiest win.
  • Page builders and plugin bloat. Drag-and-drop builders load a mountain of code so they can do anything, whether your page uses it or not. Ten plugins, each adding its own scripts, add up fast.
  • Cheap shared hosting. If your site sits on a crowded budget server, it's slow before a single visitor arrives. Modern hosting can serve small business sites from locations close to your customers for very little.
  • Third-party scripts. Chat widgets, pop-up tools, trackers, and social embeds each cost load time. Keep the ones that earn their keep and cut the rest.

You can chase these yourself. Run your site through Google's free PageSpeed Insights, start with the images, and see how far you get. A lot of owners can knock a couple of seconds off in an afternoon. The reason I build on a modern stack like Next.js instead of a heavy page builder is that speed comes baked in: images get optimized automatically, only the code a page needs gets sent, and the whole thing can be served fast from the edge. Good technical SEO and performance aren't a separate upsell in how I work, they're part of the build, the same way I described in my post on what a small business website should actually cost.

The bottom line

Website speed isn't a vanity metric for developers. It's the difference between a visitor who reads your page and one who's gone before it loads. The data is consistent across every study: faster sites keep more people, convert more of them, and get a small but real nudge in search. And since fewer than half of sites are actually fast, doing this well is a genuine edge.

If your site feels sluggish and you'd rather not spend your weekend in PageSpeed Insights, that's the kind of thing I fix. Send me your URL and tell me what you're working with, and I'll give you a straight read on what's slowing it down and a flat quote to make it fast. You can also see real examples of my work or check what I charge.

Frequently asked questions

How fast should my website load?

Aim for your main content to appear within about 2.5 seconds on a phone. That's the threshold Google uses for a 'good' Largest Contentful Paint score. Google data from 2016 found that 53% of mobile visits are abandoned when a page takes longer than 3 seconds to load, so every second past that is customers walking away.

What are Core Web Vitals?

Core Web Vitals are three metrics Google uses to measure real-world page experience: Largest Contentful Paint (how fast the main content loads, good is 2.5 seconds or less), Interaction to Next Paint (how quickly the page responds to a tap or click, good is 200 milliseconds or less), and Cumulative Layout Shift (how much the page jumps around while loading, good is 0.1 or less).

Does website speed affect Google rankings?

Yes, but it's not the only thing that matters. Google treats page experience, including Core Web Vitals, as part of how it ranks pages. It works more like a tie-breaker between pages of similar relevance than a magic switch. Helpful, relevant content still wins, but when two pages are close, the faster one has the edge.

Why is my website slow?

The usual culprits are oversized images that were never compressed, bloated page builders and plugins, cheap shared hosting, and third-party scripts (chat widgets, trackers, pop-ups) that pile up over time. Most small business sites are slow for boring, fixable reasons, not because they need a full rebuild.

Sources

  1. Find out how you stack up to new industry benchmarks for mobile page speed, Think with Google (Google/SOASTA Research) (2018)
  2. The need for mobile speed, Google (2016)
  3. Milliseconds Make Millions, Google / Deloitte (web.dev) (2020)
  4. Site speed is (still) impacting your conversion rate, Portent (2022)
  5. Core Web Vitals and Google Search results, Google Search Central (2026)
  6. Web Almanac: Performance, HTTP Archive (2024)
  7. Share of mobile device website traffic worldwide, Statista (2025)
Share this post:XLinkedInFacebook

Keep reading

View all posts →