Skip to main content

How Fast Should Your Website Load? (And How to Check Yours Free)

The average first-page Google result loads in 1.65 seconds. Most small business sites take twice that. Here's the target, why it matters, and how to check.

Short answer: under 2.5 seconds, and faster is better. The average page that ranks on the first page of Google loads in 1.65 seconds (Backlinko). The average website overall loads in 3.21 seconds (Pingdom). That gap — roughly double — is most of the story about why some sites get found and some don't.

Here's the longer answer: what the target actually is, why a second or two matters more than it sounds like it should, and how to check your own site in two minutes for free.

The target, in plain numbers

Google measures speed through Core Web Vitals, and the one most people mean by "load time" is Largest Contentful Paint — how long until the main content of the page actually shows up. Google's thresholds:

  • Good: 2.5 seconds or less
  • Needs improvement: 2.5 to 4 seconds
  • Poor: over 4 seconds

(Chrome UX Report)

So 2.5 seconds is the line you want to be under. The problem is that most sites aren't. Only 42% of mobile sites pass all three Core Web Vitals, versus 63% on desktop (CrUX data, 2026). And mobile is where it counts — mobile is now 62% of all web traffic, and the average mobile site takes a brutal 8.6 seconds to load, against 2.5 on desktop (page speed benchmarks, 2026). The typical website is failing the majority of its visitors on the device the majority of them are using.

Why one or two seconds matters this much

It sounds like splitting hairs. It isn't. The drop-off with each second is steep and well-documented.

53% of mobile visitors abandon a page that takes more than 3 seconds to load (Think with Google). That visitor isn't recoverable — they don't wait, they don't come back later, they go to whoever loads faster. The bounce data tracks it precisely: a site that loads in 1 second has about a 7% bounce rate, 3 seconds pushes it to 11%, and 5 seconds sends it to 38% (Pingdom). For every 1,000 visitors, that's 70 leaving early at one second versus 380 leaving early at five.

Conversions move the same direction. Portent's analysis across 100 million-plus page views found sites loading in 1 second convert at roughly 2.5–3x the rate of sites loading in 5 seconds (Portent, 2024). The mechanism is simple: nobody you lose in the first three seconds ever sees your services, your reviews, or your phone number. They're gone before the pitch starts.

And it compounds with SEO. Speed has been a Google ranking signal since 2010, and Core Web Vitals made it formal. Slow pages rank lower, which means fewer people reach the site at all — and then the ones who do reach it bounce. Slow sites lose at both ends: less traffic in, and worse conversion of the traffic that arrives.

What "load time" actually measures

When a speed tool gives you a number, it's really measuring a few different moments. Worth knowing the difference, because the fix depends on which one is slow:

  • TTFB (Time to First Byte) — how long until the server responds at all. Slow TTFB usually means cheap or overloaded hosting.
  • FCP (First Contentful Paint) — when the first thing appears on screen.
  • LCP (Largest Contentful Paint) — when the main content shows up. This is the headline number, and Google's 2.5-second target applies here.
  • INP (Interaction to Next Paint) — how fast the page responds when someone taps or clicks.
  • CLS (Cumulative Layout Shift) — whether the layout jumps around as it loads (the reason you sometimes tap the wrong button while a page settles).

You don't need to memorize these. You just need to know that "my site is slow" can mean slow hosting, heavy images, or bloated code, and each has a different fix.

How to check your site free, in two minutes

Two free tools, both worth running:

Google PageSpeed Insights (pagespeed.web.dev). Paste your URL. It gives you a mobile and desktop score out of 100, your actual Core Web Vitals, and a prioritized list of what's slowing the page down. Check the mobile score, not desktop — mobile is where your customers are and where sites struggle most. Under 50 is a problem that's costing you traffic and conversions right now. 50–89 has room to improve. 90+ is good.

GTmetrix (gtmetrix.com). Gives you a waterfall view of exactly what loads and how long each piece takes. More detail than PageSpeed if you want to see which specific image or script is the bottleneck.

Run your homepage first, then your most important service page. Those are the two pages most visitors land on.

What's usually slowing a small business site down

After running a lot of small business sites through these tools, the culprits are almost always the same three, in this order:

Huge, uncompressed images. This is the number one offender by a wide margin. A photo straight off a phone or camera can be 4–8MB. It should be under 250KB for the web. A homepage with six uncompressed images is shipping 30MB to load a page that should weigh 2. Heavy images and fonts account for a large share of slow pages (industry performance data, 2026).

Cheap, overloaded shared hosting. If your TTFB is high — the server taking a long time just to respond — the fix isn't on the page, it's the hosting. Edge and modern hosting respond in roughly 120ms; bottom-tier shared hosting can take 800ms or more before anything else even starts. You can optimize every image perfectly and still be slow if the server is the bottleneck.

Too much code and too many plugins. Bloated templates, page builders, and a stack of plugins each adding their own scripts. Marketing tags, chat tools, popups, and A/B testers pile up and block the page from rendering. Most small sites are carrying plugins they installed once and forgot.

The fixes, in order of impact

If your score came back low, here's the order that gets the most speed back for the least effort:

  1. Compress every image to under 250KB and serve modern formats (WebP). This alone fixes most slow small business sites.
  2. Upgrade off bottom-tier hosting if your TTFB is high. Real hosting isn't expensive and it's the floor everything else sits on.
  3. Remove plugins and scripts you don't use. Every one you cut is code that no longer has to load.
  4. Defer non-critical JavaScript so the visible part of the page loads first and the background stuff loads after.

None of this requires rebuilding the site. It's cleanup, and the payoff shows up in both rankings and conversions.

The honest bottom line

Aim for under 2.5 seconds on mobile, measured by Largest Contentful Paint. Most small business sites are sitting at 4–8 seconds and losing traffic and calls they never even know about, because a visitor who bounces in three seconds leaves no trace. The first step is just knowing your number.

Run your site through the free website audit. It checks speed along with mobile-friendliness, security, and SEO, and scores 30+ factors in about 60 seconds — a fast read on whether speed is your problem or just one of several.

Or read the broader version: Is Your Website Losing You Customers?


Adam is the founder of Nyphex Design, based in Houston. He audits and rebuilds small-business websites and writes about what's actually broken on most of them.