Why Is My Website Slow, and Does It Actually Matter?
Your site feels fine on the office wifi. That's not the measurement anyone else is taking.
· Web Design & UX · For both
What makes a website slow, and how much does speed matter for a small business?
Google measures three things it calls Core Web Vitals: how long the main content takes to appear (Largest Contentful Paint, good is under 2.5 seconds), how quickly the page responds when someone taps (Interaction to Next Paint, good is 200 milliseconds or less), and how much the layout jumps around while loading (Cumulative Layout Shift, good is 0.1 or less). Google scores you at the 75th percentile of real visits, so it's judging your slower visitors rather than your best case. For most small-business sites the causes are the same handful: oversized images, too many plugins and third-party scripts, cheap shared hosting, and fonts or embeds loading before the content.
Here is the trap almost everyone falls into.
You open your website. It appears instantly. It has always appeared instantly. You conclude the site is fast, and you’re wrong, because you are the single least representative visitor it has.
You’re on the office wifi. You’re probably on a desktop. Your browser has your site cached from the last forty times you looked at it. You know exactly where everything is, so you don’t experience the two seconds where nothing is on screen yet.
A first-time visitor tapping your Google listing from a phone in a parking lot with two bars of signal is having a different experience entirely. That’s the one being measured.
The three numbers Google actually uses
Google publishes these openly as Core Web Vitals on its web.dev documentation site, and they’re worth knowing in plain terms because the names are terrible.
Largest Contentful Paint (LCP) — how long until the biggest thing on screen actually appears. Usually your header image or headline. Google considers under 2.5 seconds good, 2.5 to 4 seconds needs improvement, and past 4 seconds poor.
Interaction to Next Paint (INP) — when someone taps a menu, how long before something visibly happens. Good is 200 milliseconds or less. This is the one behind the universal experience of tapping a button twice because nothing seemed to happen.
Cumulative Layout Shift (CLS) — how much the page jumps around while it loads. Good is 0.1 or less. This is the ad or image that loads late, shoves everything down, and makes you tap the wrong thing.
Two details in Google’s documentation matter more than the numbers themselves.
First, it grades at the 75th percentile of real page loads, separated for mobile and desktop. Three out of four visits need to clear the bar. Your fast visits don’t cancel out your slow ones.
Second, this is field data — measurements from real people on real devices — not a lab test run on a fast connection. Which is exactly why your own impression of your site is not evidence.
Does it change your ranking?
Somewhat, and less than speed-optimization vendors suggest.
Google Search Central documents Core Web Vitals as part of how Google assesses page experience, and page experience is one signal among many. A fast page about the wrong thing still loses to a slow page that answers the question.
The stronger argument has nothing to do with ranking. A visitor who taps through from Maps looking for your service times and sees a blank screen for four seconds may simply leave. They don’t file a complaint. You never learn it happened. That’s the actual cost, and it doesn’t show up in any report.
What’s actually making it slow
In small-business and church sites, it’s nearly always some combination of five things.
1. Images nobody resized. The most common cause by a wide margin. Someone uploads a 4,000-pixel photo from a phone into a slot that displays it at 800 pixels. Every visitor downloads the whole file. A single unoptimized hero photo can be larger than an entire well-built page.
2. Plugin sprawl. Every plugin can add its own scripts and stylesheets to every page, including pages where it does nothing. A site running twenty-five plugins is loading a lot of code to render a contact form. This overlaps with the security problem: the same sprawl that slows a site down is the thing that gets it compromised.
3. Third-party scripts. Analytics, chat widgets, social feeds, embedded maps, tracking pixels. Each is a request to someone else’s server, and your page waits on their speed. An embedded social feed is frequently the slowest thing on a small-business homepage.
4. Cheap shared hosting. Your site sits on a server with hundreds of others. When one of them gets busy, yours slows down, and you have no control over it or visibility into it. This is where the difference between four dollars a month and thirty actually shows up.
5. Fonts and layout loading in the wrong order. Custom fonts that block text from appearing, images without dimensions declared so the page reflows when they arrive. These are the usual causes of a bad layout-shift score.
What to do, in order
- Measure it properly. Run your site through Google’s PageSpeed Insights and read the field data section, which reflects real visitors, rather than the lab score. Test the pages people actually land on, not just your homepage.
- Fix the images. Resize to the dimensions you actually display, save in a modern format, and check the biggest offenders first. Often this alone moves you from poor to good.
- Audit your plugins. Remove anything you don’t use. Deactivated isn’t removed.
- Cut third-party scripts you can live without. Ask what each one earns you. The chat widget nobody has answered in eight months is costing you every visitor.
- Reconsider hosting if the first four don’t get you there. This is the expensive step, so do it last.
The honest summary
Speed matters, and it matters most for the visitor who found you on a phone and hasn’t decided about you yet. It is not the most important thing about your website, and anyone selling you a rebuild purely on a speed score is overselling.
Most slow sites are slow because of what’s been piled onto them over the years, not how they were built. That’s good news: it means the fix is usually an afternoon of cleanup rather than a project.
Start with the images. It’s almost always the images.
Common questions
What are Core Web Vitals in plain English? +
Three measurements of what a visit feels like. Largest Contentful Paint is how long until the main thing on screen shows up; under 2.5 seconds is good. Interaction to Next Paint is how fast the page reacts when someone taps or clicks; 200 milliseconds or less is good. Cumulative Layout Shift measures how much the page jumps while loading; 0.1 or less is good. Google assesses each at the 75th percentile of real page loads, split between mobile and desktop.
Does site speed actually affect my Google ranking? +
It's a factor, not the factor. Google documents Core Web Vitals as part of how it assesses page experience, and page experience is one input among many. Relevance still dominates. The practical case for speed is less about ranking and more about the visitor who taps your listing on a phone with two bars and leaves before anything appears.
My site loads instantly for me. Why does Google say it's slow? +
Because you're the best case. You're on office wifi, on a desktop, with your site already cached in your browser. Google's field data comes from real visits on real devices, including a phone on mobile data in a church parking lot, and it grades at the 75th percentile, meaning three quarters of visits should hit the threshold. Testing your own site on your own machine is the least representative measurement available.
What's the single most common cause of a slow small-business site? +
Images that were never resized. Someone uploads a 4,000-pixel-wide photo straight off a phone or a camera into a space that displays it 800 pixels wide, and every visitor downloads the full file. It's the most common problem we find and usually the easiest to fix.
Is it worth rebuilding my site to make it faster? +
Usually not. Most slow sites are slow because of what's been loaded onto them rather than how they were built. Resizing images, removing plugins nobody uses, cutting third-party scripts, and moving to better hosting will fix the majority of cases without touching the design. Rebuild when the site has other problems too, not for speed alone.
Sources
- web.dev — Web Vitals — Google's own documentation defining the metrics and their thresholds
- Google Search Central — Understanding Core Web Vitals and Google search results — Google's documentation on how Core Web Vitals relate to search
Request Your Free Redesign
We'll handle the design, hosting, updates, and support so your team gets its time back.