A one-second delay in page load time can cost a meaningful chunk of conversions, and most visitors won't wait around to find out if your site is worth it. Speed isn't a nice-to-have polish item anymore — it's one of the first things a visitor (and Google) judges your site on.

Core Web Vitals are Google's attempt to turn "feels slow" into something measurable. This guide breaks down what they actually track, what typically slows small business sites down, and the fixes that move the needle fastest.

Programmer working on a laptop in a dimly lit workspace
Photo by Pavel Danilyuk on Pexels

1. Why website speed matters for small business

Speed affects three things at once: how many visitors stick around, how well you convert the ones who do, and how Google ranks you against competitors. A slow product page or contact form doesn't just feel sluggish — it directly costs leads and sales, often before a visitor even sees what you're offering.

It compounds on mobile too. A meaningful share of small business traffic now arrives on a phone over a spotty connection, so a site that feels fine on a fast office Wi-Fi connection can feel painfully slow to the exact person trying to book you from their car.

2. Core Web Vitals explained: LCP, INP, and CLS

Google measures page experience with three specific metrics. Each one targets a different kind of "slow."

Programmer looking at a laptop screen with colorful code
Photo by Mizuno K on Pexels
  • LCP (Largest Contentful Paint):

    How long it takes the biggest visible element — usually a hero image or heading — to render. Google considers 2.5 seconds or faster "good."

  • INP (Interaction to Next Paint):

    How responsive the page feels when someone clicks a button, taps a menu, or types into a field. This replaced the older First Input Delay metric; under 200 milliseconds is the "good" target.

  • CLS (Cumulative Layout Shift):

    How much content unexpectedly jumps around while a page loads — the classic case of trying to tap a button just as an ad or image pushes it down the screen. A score under 0.1 is "good."

3. Common causes of a slow website

Most small business sites hit the same handful of bottlenecks, usually stacked on top of each other rather than any single dramatic problem.

Person working on a laptop at a wooden desk
Photo by Tima Miroshnichenko on Pexels
  • Oversized, unoptimized images: A single uncompressed hero photo straight off a phone or DSLR can be 5-10MB — more than an entire optimized page should weigh.
  • Too many third-party scripts: Chat widgets, marketing pixels, popup tools, and font scripts each add their own network request and can quietly stack into seconds of delay.
  • Render-blocking CSS and JavaScript: Files that must fully load and run before the page can paint anything, common with heavier page-builder themes and plugin-stacked sites.
  • Slow or shared hosting: Budget shared hosting plans can mean your site's response time depends partly on how busy someone else's site on the same server is.

4. Quick wins checklist

You don't need a full rebuild to see real improvement. These are usually the highest-impact, lowest-effort fixes.

Close-up of hands typing on a laptop keyboard
Photo by cottonbro studio on Pexels
  • Compress and resize images:

    Convert to modern formats like WebP or AVIF and serve images sized for where they actually display, not the original camera resolution.

  • Lazy-load below-the-fold images:

    Only load images as a visitor scrolls to them, so the initial page load isn't held up by photos no one's seen yet.

  • Audit your third-party scripts:

    Remove tools you're not actively using, and load what's left with async or defer so scripts don't block the page from rendering.

  • Reserve space for images and ads:

    Set explicit width and height attributes so the browser reserves the right amount of space before the image loads, which is the single biggest fix for a bad CLS score.

  • Use a CDN and enable caching:

    A content delivery network serves your files from a location closer to each visitor, and browser caching means repeat visitors don't re-download everything on every page.

5. Tools to measure your speed

You need a baseline before you can tell if a fix actually worked. A few free tools cover almost everything a small business site needs.

Hand reviewing colorful data charts on a desk next to a laptop
Photo by Lukas Blazek on Pexels
  • Google PageSpeed Insights: Free, and the closest thing to seeing your Core Web Vitals the way Google sees them, combining real visitor data with a live lab test.
  • Lighthouse in Chrome DevTools: Built into every Chrome browser, giving you a repeatable lab score plus a prioritized list of specific fixes for that page.
  • GTmetrix: Free tier available, useful for testing from different server locations and tracking a waterfall of exactly which requests are slow.
  • Google Search Console: Its Core Web Vitals report shows real-world data across your whole site, grouped by which pages share the same issue.

6. Ongoing monitoring & maintenance

Speed isn't a one-time project. Every new plugin, tracking script, or content update is a chance to quietly slow things back down.

  • Re-test after every major change: A redesign, a new booking widget, or added analytics scripts are the most common causes of a sudden regression.
  • Set a monthly check-in: A quick PageSpeed Insights run once a month catches slow creep before it becomes a real problem.
  • Watch your image library: If your team uploads new photos regularly, make sure compression is happening automatically rather than depending on someone remembering every time.

7. Frequently asked questions

What is a good Core Web Vitals score?+

Google's thresholds for a "good" rating are: LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Scoring "good" on all three, measured on real visitor data, is the target most small business sites should aim for.

Does site speed really affect SEO rankings?+

Yes, Core Web Vitals are part of Google's page experience signals and can influence rankings, though strong content and relevance still matter more. Speed's bigger, more immediate impact is usually on conversion rate: slow pages lose visitors before they ever get the chance to rank for anything.

How often should I test my website's speed?+

Check after any major change, such as a redesign, a new plugin, or added tracking scripts, since these are the most common causes of a sudden slowdown. Beyond that, a monthly spot-check with PageSpeed Insights is enough for most small business sites to catch regressions early.