A founder messaged us a few weeks ago with a simple complaint: "Traffic is fine, but nobody's converting." We asked for the site, ran it through PageSpeed Insights, and had the answer before we'd even looked at the design. Largest Contentful Paint: 4.6 seconds. On mobile, closer to 6.
Here's the thing nobody tells you when you're building a website: speed isn't a technical detail you fix later. It's the first impression, and most visitors have already formed an opinion about your business before a single word of your copy has loaded.
The Numbers Are Blunter Than You'd Expect
Google's own research puts the probability of a bounce at 32% higher when load time goes from 1 second to 3 seconds. Push it to 5 seconds and the bounce probability nearly doubles again. This isn't a UX nicety — it's a direct line from server response time to lost revenue.
And it compounds. A slow site doesn't just lose the visitor who bounced. It tells Google's crawlers something too. Page experience signals, including Core Web Vitals, factor into how your pages rank. So a slow site converts fewer of the visitors it does get, and Google sends it fewer visitors to begin with. That's a bad loop to be stuck in.
Why "It Feels Fine to Me" Is a Trap
We hear this constantly: "It loads fast when I check it." Sure — because you're testing on a fast connection, on a machine that's cached half your assets already, from a location close to your server. Your actual customer might be on a mid-range Android phone, on 4G, three time zones away from your hosting region. Test conditions and real conditions rarely match.
This is why we always test with throttled mobile connections and from multiple geographic points before calling a site "fast." Anything less is guessing.
What's Actually Slowing You Down (Usually)
In our experience auditing dozens of business sites, the same handful of culprits show up again and again:
- Unoptimized images: A single unresized hero image can add 2+ seconds on its own. WebP or AVIF formats, proper sizing, and lazy-loading below-the-fold images solve most of this in an afternoon.
- Render-blocking JavaScript: Plugins, tracking scripts, and third-party widgets loaded synchronously in the head block the browser from painting anything until they finish. Defer what you can, remove what you don't need.
- No caching or CDN strategy: If every visitor is hitting your origin server directly, you're paying a latency tax on every single request — especially brutal for visitors far from your server's physical location.
- Bloated frameworks doing simple jobs: We've seen five-page marketing sites shipping the same JavaScript bundle size as a full web application, because a page builder tool loaded its entire library for a contact form.
- Web fonts loading late and blocking text: If your custom font hasn't loaded, some browsers hide the text entirely until it does — meaning visitors stare at a blank screen even though your content is technically "there."
What Actually Fixes It
The fix isn't usually one big rebuild — it's a stack of smaller, boring wins:
- Compress and modernize image formats, and size them for their actual display dimensions, not their original upload size.
- Move to a proper CDN so static assets are served from somewhere close to the visitor.
- Audit every third-party script on the page and ask whether it earns its weight — most sites are running analytics tools, chat widgets, and pixels nobody's checked in over a year.
- Set a font-display strategy so text renders immediately in a fallback font instead of waiting.
- If you're on WordPress or a similar CMS, check what plugins are firing on every page load, not just the ones you remember installing.
Most of these are individually small. Together, they're usually the difference between a 4-second load and a sub-1.5-second one — which, per Google's data, is roughly the difference between losing a third of your visitors before they see anything and actually giving your product a chance to make its case.
The Real Question to Ask
It's not "does my site feel fast to me." It's: how many of the people who typed in your URL, clicked your ad, or found you in search results never saw your homepage finish loading? For most businesses that haven't specifically audited this, the honest answer is more than they'd like.
If you want a straight answer on where your site actually stands — not a generic score, but a real breakdown of what's costing you seconds and what it's worth fixing first — that's exactly the kind of audit we do at Leads11 before we touch a single line of design.


