Skip to content
·8 min read

Your Website Isn't Slow. It's Losing You Customers.

A 1-second delay cuts conversions by 7%. Here's how to check if your site is costing you business, and what to actually do about it.

Nobody Tells You Your Site Is Slow

Here's a fun experiment. Go to a website that takes more than 3 seconds to load. You won't wait. You'll hit the back button. Everyone does.

Your customers are doing the same thing to your site right now and you have no idea. Nobody emails you to say "hey, your website was too slow so I hired your competitor instead." They just leave.

And the data on this is brutal.

The Numbers Are Worse Than You Think

Google published research showing that as page load time goes from 1 second to 3 seconds, the probability of a visitor bouncing increases by 32%. From 1 to 5 seconds? It jumps to 90%. Nine out of ten people gone before they even see what you offer.

Amazon found that every 100 milliseconds of extra load time cost them 1% in sales. That's a tenth of a second. You can't even blink that fast.

A study by Portent found that a site loading in 1 second has a conversion rate 3x higher than a site loading in 5 seconds. Conversions drop by an average of 4.42% for every additional second of load time in the first five seconds.

And here's the one that should keep you up at night. Akamai found that 53% of mobile visitors abandon a site that takes longer than 3 seconds to load. More than half your potential customers, gone.

How to Check Your Own Site (Takes 60 Seconds)

Go to PageSpeed Insights and type in your website URL. Google will run a real test on your site and give you a score from 0 to 100.

Here's what the score means in plain English:

  • 90-100 (Green): Your site is fast. Nice work.
  • 50-89 (Orange): Your site is sluggish. You're losing some customers but not hemorrhaging them.
  • 0-49 (Red): Your site is actively hurting your business. People are leaving before they see your content.

Make sure you check the mobile score, not just desktop. The mobile score is almost always lower and it's the one that matters most. More on that in a minute.

If your score is below 50, you're not just slow. You're invisible. Google uses page speed as a ranking factor. Slow sites get pushed down in search results, which means fewer people find you in the first place. Then the ones who do find you leave because the site takes too long to load. It's a double hit.

Why Your Site Is Slow

I've audited dozens of business websites in Burlington and across the GTA. The same problems come up over and over.

Massive Images

This is the number one offender. Someone uploads a 4MB photo straight from their camera and wonders why the page takes 8 seconds to load. Your homepage hero image should be under 200KB. Most small business sites have images 10 to 20 times larger than they need to be.

The fix is straightforward. Resize images to the dimensions you actually display them at, compress them, and use modern formats like WebP instead of PNG or JPG. This alone can cut load times in half.

Cheap Shared Hosting

If you're paying $5/month for hosting, you're sharing a server with hundreds of other websites. When one of them gets a traffic spike, your site slows down. It's like sharing a single lane highway with a fleet of transport trucks. You get where you're going eventually. Maybe.

Plugin Bloat

This one is mostly a WordPress problem. Every plugin adds JavaScript and CSS that has to load before your page appears. I've seen WordPress sites with 30+ plugins where the homepage makes over 100 HTTP requests. Each request is your visitor's browser asking the server for another file. More requests equals more waiting.

No Caching

When someone visits your site, their browser downloads everything from scratch. With proper caching, returning visitors load your site almost instantly because their browser remembers the files from last time. Most small business sites don't have caching configured at all.

Third-Party Scripts

That live chat widget. The analytics tracker. The social media feed. The review widget. The cookie consent popup. Each one loads its own JavaScript from its own server. I've seen sites where third-party scripts account for 60% or more of the total load time. Every "just add this one script" adds up fast.

The Template Tax

If you built your site on Wix, Squarespace, or WordPress with a premium theme, there's a speed penalty baked in that you can't fully fix.

These platforms load a ton of code to make their drag-and-drop builders work. Your site might only use 10% of that code, but the other 90% still loads every time someone visits. It's like buying a Swiss Army knife when all you needed was a screwdriver. You're carrying all that extra weight for nothing.

I regularly test Wix and Squarespace sites for local businesses. They almost always score between 25 and 50 on mobile PageSpeed. Custom-built sites using modern frameworks? 90 to 100. The difference is noticeable the moment you click.

You can optimize images, minimize plugins, and do everything else right. But if your platform itself is the bottleneck, you've hit a ceiling. That's the template tax. You can't optimize code you don't control.

Mobile Is Where You're Bleeding

Here's a stat that surprises most business owners I work with. Over 60% of all web traffic is mobile now. For local businesses, it's often higher. Someone searches "best bakery near me" or "plumber Burlington" on their phone, taps your site, and waits.

Mobile connections are slower than desktop. Phones have less processing power. So a site that loads in 2 seconds on your office desktop might take 6 seconds on a customer's phone over LTE.

Google also switched to mobile-first indexing. That means Google uses the mobile version of your site to decide your search ranking, not the desktop version. If your mobile score is terrible, your search ranking suffers even for people searching on desktop.

So when you run that PageSpeed test, look at the mobile score. That's the real number.

What Fixing It Actually Looks Like

I'm not going to pretend every slow site needs a complete rebuild. Sometimes simple fixes make a huge difference.

The Quick Wins (Do These Today)

  • Compress your images. Use Squoosh or TinyPNG. Free, takes 5 minutes, can shave seconds off your load time.
  • Remove plugins and scripts you don't actually use. That social feed widget nobody clicks? Kill it. The analytics tool you never check? Gone.
  • Enable caching. If you're on WordPress, install a caching plugin like WP Super Cache. If you're on another platform, check your hosting settings.

The Medium Fixes (Developer Needed)

  • Switch to modern image formats. WebP images are 25 to 35% smaller than JPG at the same quality.
  • Lazy load images below the fold. Don't load images the visitor can't see yet. Load them as they scroll down.
  • Minify CSS and JavaScript. Remove whitespace and comments from code files to make them smaller.
  • Upgrade hosting. Move from shared hosting to a proper cloud host or CDN-backed solution.

The Real Fix (When Optimization Isn't Enough)

If your site scores below 40 on mobile and it's built on a template platform, no amount of optimization is going to get you to 90+. The platform itself is the problem.

A custom-built site using a modern framework like Next.js starts fast by default. There's no template bloat. No unnecessary JavaScript. No drag-and-drop builder code loading in the background. You only ship the code your site actually needs.

I've taken businesses from a 30 mobile score on Wix to a 95+ on a custom build. The site looks better, loads faster, and starts ranking higher within weeks.

Speed Is a Competitive Advantage

Most of your competitors aren't thinking about this. Their sites are slow and they don't know it. If you fix yours, you don't just stop losing customers. You start winning theirs.

A faster site means better Google rankings. Better rankings mean more visitors. More visitors on a fast site means more conversions. It compounds.

For a local business in the GTA, this is especially powerful. You're not competing against Amazon. You're competing against 5 to 10 other local businesses. If your site loads in 1.5 seconds and theirs takes 6, Google notices. And so do the customers.

Want a Free Speed Audit?

I'll run a full speed test on your site and send you a plain-English breakdown of what's slowing it down, what it's costing you, and what it would take to fix it. No charge, no obligation. Takes about 5 minutes on my end.

Send me your URL and I'll get back to you within a day.

website performancesmall businessconversion rateweb development
Share:
NH

Nick Hammond

I build websites and AI automation for businesses in Burlington and across the GTA. If something in this post would help your business, let's talk.

Get in touch