Core Web Vitals sound like a technical detail that only search engines care about. In practice, they measure something every visitor to your site actually feels: how fast the page becomes usable. Google turned that experience into a ranking signal because slow, janky pages genuinely lose visitors — the metric follows the business problem, not the other way around.

The three metrics, in plain terms

Largest Contentful Paint (LCP) measures how long it takes the biggest visible element — usually a hero image or headline — to actually render. Interaction to Next Paint (INP) measures how responsive the page feels when a visitor clicks or taps something; a page that looks loaded but doesn't respond for a second creates real frustration. Cumulative Layout Shift (CLS) measures whether content jumps around as the page loads — the classic case of trying to tap a button just as an ad or image pops in above it and you tap the wrong thing.

The mistakes we see most often on SMB sites

Unoptimized hero images are the single most common LCP problem — a multi-megabyte photo used as a full-width banner with no compression or modern format. Render-blocking scripts are a close second: third-party chat widgets, analytics tags, and font loaders that all fight for the browser's attention before the actual content appears. And a subtle one we fix constantly: scroll-triggered animation libraries that hide above-the-fold content behind a fade-in effect, delaying the very content a visitor came to see. We found and fixed exactly this pattern on our own site earlier this year — content styled to fade in on scroll was applied to sections already visible on page load, quietly pushing our own LCP later than it needed to be.

What good scores are actually worth

Beyond the SEO ranking impact, page speed correlates directly with conversion rate — a visitor who bounces because a page felt slow never gets the chance to read your value proposition. We treat performance as a first-class part of every build, not a post-launch cleanup task, because fixing it after the fact usually means unwinding architectural decisions that were baked in from day one.