Web Design

Why Your Website Is Slow, and What Core Web Vitals Actually Cost You in Leads

Page speed isn't just a developer metric anymore. It's a measurable revenue lever. Here's what LCP, INP, and CLS mean for your bounce rate and conversions, and how to fix the worst offenders first.

AI chatbot conversation interface on a website
Core Web VitalsWebsite SpeedConversion RateTechnical SEO

Most business owners think of website speed as a technical detail that lives in their developer's world, not theirs. That mindset is expensive. Google's Core Web Vitals. Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS), measure how fast a page loads, how quickly it responds to clicks, and how visually stable it is while loading. Together they directly shape whether a visitor stays long enough to become a lead.

What "GOOD" actually looks like

Google's own threshold for a good LCP is under 2.5 seconds. For INP, it's under 200 milliseconds. For CLS, it's a score under 0.1. Industry-wide pass rates for all three combined sit at roughly half of all websites tested, which means a huge share of competitors are leaving easy wins on the table. Mobile sites lag further behind desktop, typically by 8 to 10 percentage points, because hero images, fonts, and third-party scripts hit small-screen connections harder.

Why this matters more than a vanity score

The business case is no longer theoretical. Multiple large-scale case studies have tracked the same pattern: faster pages keep more visitors, and those visitors convert at meaningfully higher rates. A one second improvement in LCP has been linked to double digit lifts in conversion rate in retail and ecommerce testing, and bounce probability roughly doubles once load time stretches past five seconds. For a service business, that's the difference between a prospect filling out your contact form and them clicking back to the search results to call a competitor instead.

The three most common culprits

  1. Oversized hero images. A 4MB header photo is the single biggest LCP killer we see on small business sites. Compressing and serving the right image size for each device usually fixes this without touching design.
  1. Heavy third-party scripts. Chat widgets, marketing pixels, and embedded videos that load before the page is interactive drag INP scores down. Defer anything that isn't essential to the first few seconds.
  1. Layout shift from late-loading fonts and ads. When text or buttons jump around as a page finishes loading, CLS suffers — and so does trust, since users second-guess what they just clicked.

What to fix first

Start with Google PageSpeed Insights or the free Core Web Vitals report in Search Console to see where your real users are struggling, not just a lab test. Prioritize LCP first since it's usually the metric dragging the overall pass rate down on mobile, then move to INP if you have heavy interactive elements like filters, calculators, or booking widgets. Image compression, lazy loading below the fold, and trimming unused scripts will solve the majority of cases without a full rebuild.

If your site is on an older WordPress theme or a page builder with bloated code, performance gains plateau quickly, at some point the platform itself becomes the ceiling, and a rebuild on a leaner foundation is the more cost-effective path than continuing to patch.