Back to blog
web development·June 19, 2026·8 min read·By Yehonatan Saadia

Core Web Vitals and Page Speed, Explained Simply

Core Web Vitals explained in plain English: what LCP, INP, and CLS measure, why they affect rankings and conversions, and how to check and improve your scores.

Core Web Vitals are three measurements Google uses to score how a real person actually experiences your page loading: how fast the main content appears, how quickly the page responds when you tap or click, and how much things jump around as it loads. They are Google's attempt to turn "this site feels fast and stable" into numbers it can rank by. They matter because they are a confirmed ranking factor and, more importantly, because the same things that hurt your scores are the things that make visitors give up and leave. In this guide I will explain each of the three in plain English, why they affect both rankings and conversions, and how to check and improve them.

What Core Web Vitals actually measure

Forget the acronyms for a second. Core Web Vitals try to capture three frustrations every web user knows: waiting for a page to show up, tapping something and nothing happening, and reaching for a button just as the layout shifts and you tap the wrong thing. Each frustration has its own metric. Here they are at a glance, and then I will unpack each one.

MetricWhat it measuresGood score
LCP (Largest Contentful Paint)How long until the main content is visibleUnder 2.5 seconds
INP (Interaction to Next Paint)How quickly the page responds to taps and clicksUnder 200 milliseconds
CLS (Cumulative Layout Shift)How much the layout unexpectedly moves while loadingUnder 0.1

LCP: loading speed

Largest Contentful Paint measures how long it takes for the biggest, most important piece of content, usually your main image or headline, to become visible. In plain terms, it answers "how long before the page looks loaded?" A good LCP is under 2.5 seconds. When LCP is slow, visitors stare at a blank or half-built page, and a meaningful share of them leave before it ever finishes. The usual culprits are oversized images, slow hosting, and heavy scripts that block rendering.

INP: responsiveness

Interaction to Next Paint measures how quickly the page reacts when you actually do something, tap a button, open a menu, type in a field. It answers "when I interact, does the page respond right away or lag?" A good INP is under 200 milliseconds. Sluggish responsiveness feels broken even on a page that looked fast to load, and it is usually caused by too much JavaScript running and tying up the browser. INP replaced the older First Input Delay metric because it captures the full experience of interacting, not just the first tap.

CLS: visual stability

Cumulative Layout Shift measures how much the page jumps around as it loads. You have felt this: you go to tap a link and an image or ad loads above it, shoving everything down so you tap the wrong thing. It answers "does the page stay still, or does it dance while loading?" A good CLS is under 0.1. The common causes are images and ads without reserved space and fonts that swap in late. It is one of the most irritating problems for users and, fortunately, often one of the easiest to fix.

Why Core Web Vitals affect rankings and conversions

There are two reasons to care, and the second is bigger than the first. The first is rankings: Google has confirmed that Core Web Vitals are part of how it ranks pages, as a tiebreaker that helps when two pages are otherwise similar in relevance. It will not push weak content to the top, but it can be the difference between two strong pages.

The second reason is conversions, and this is where the real money is. The same slow loading, laggy taps, and jumping layouts that hurt your scores are exactly what make a visitor abandon your site. A page that loads a second or two faster keeps more people, and people who stay are people who can become customers. So improving Core Web Vitals is not really about pleasing Google; it is about not losing the visitors you already paid to attract. I make this business case in full in why fast sites win, and connect it to the wider picture in what makes a website convert.

How to check your Core Web Vitals

You do not have to guess. Several free tools give you your scores in seconds. PageSpeed Insights takes any URL and reports all three metrics, both from lab tests and from real-world Chrome user data, along with specific suggestions. Lighthouse, built into the Chrome browser's developer tools, runs the same kind of audit locally. And Google Search Console has a Core Web Vitals report that shows how your whole site performs across real visits over time, grouping pages as good, needs improvement, or poor. I start with PageSpeed Insights for a single page and use Search Console to see the pattern across the site.

How to improve each metric

The good news is that the highest-impact fixes are well understood and overlap heavily across the three metrics. Here is the practical playbook.

  • To improve LCP (loading): compress and correctly size images, use modern image formats, upgrade slow hosting, and remove or defer render-blocking scripts so the main content paints sooner.
  • To improve INP (responsiveness): reduce and clean up JavaScript, remove unused plugins and third-party scripts, and avoid heavy work that locks up the browser when someone interacts.
  • To improve CLS (stability): reserve space for images, ads, and embeds so nothing shifts when they load, and handle web fonts so text does not jump when they swap in.

Notice how much of this is the same handful of moves: lighter images, less script, and a few good defaults. That is why page speed work tends to lift all three vitals at once, and why it is usually the single highest-return technical improvement for a business site. I cover where it fits in the broader checklist in technical SEO basics and in the wider context of SEO for small business.

How fast is fast enough?

Aim for the "good" thresholds: LCP under 2.5 seconds, INP under 200 milliseconds, CLS under 0.1. Hitting all three on mobile, where most of your visitors are and where conditions are toughest, is the goal worth setting. You do not need a perfect score chasing the last few points; the gap between "poor" and "good" is where almost all the user and ranking benefit lives. Get into the green on mobile and you have captured the value.

Putting it together

Core Web Vitals turn the feeling of a fast, stable site into three concrete numbers: LCP for how fast content appears, INP for how quickly the page responds, and CLS for how steady it stays. They are a ranking factor, but the bigger reason to care is that the same problems they measure are what drive visitors away. Check your scores with PageSpeed Insights and Search Console, focus on lighter images and less JavaScript, reserve space so nothing jumps, and aim for the green on mobile. It is one of the most measurable, high-return improvements you can make.

If you want your site measured against these metrics and a clear list of what would move them most, book a call and send me your URL, or reach me through the contact form. To see where speed fits in the full technical picture, read technical SEO basics every business site needs.

#Core Web Vitals#page speed#LCP#INP#CLS#web development

Frequently asked questions

What are Core Web Vitals in simple terms?

Core Web Vitals are three measurements Google uses to score how a real person experiences your page: LCP measures how fast the main content appears, INP measures how quickly the page responds when you tap or click, and CLS measures how much the layout jumps around while loading. Together they turn the feeling of a fast, stable site into concrete numbers Google can rank by.

What are good Core Web Vitals scores?

Aim for LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Hitting all three on mobile, where most visitors are and conditions are toughest, is the goal. You do not need a perfect score; the gap between 'poor' and 'good' is where almost all the user and ranking benefit lives, so getting into the green on mobile captures the value.

Do Core Web Vitals really affect Google rankings?

Yes. Google has confirmed Core Web Vitals are part of how it ranks pages, acting as a tiebreaker when two pages are otherwise similar in relevance. They will not push weak content to the top, but they can be the difference between two strong pages. The bigger reason to care, though, is conversions: the same problems they measure are what make visitors abandon your site.

How do I check my Core Web Vitals?

Use free tools. PageSpeed Insights takes any URL and reports all three metrics from both lab tests and real Chrome user data, with specific suggestions. Lighthouse, built into Chrome's developer tools, runs the same audit locally. Google Search Console has a Core Web Vitals report showing how your whole site performs over real visits, grouping pages as good, needs improvement, or poor.

What is the fastest way to improve page speed?

The highest-impact fixes overlap across all three metrics: compress and correctly size your images, use modern image formats, remove unused scripts and plugins, enable caching, and reserve space for images and ads so the layout does not jump. Lighter images and less JavaScript tend to lift all three vitals at once, which makes page speed the single highest-return technical improvement for most business sites.

Keep reading

About the author

Yehonatan Saadia

Freelance automation, web & MVP engineer

I'm Yehonatan Saadia, a senior engineer who builds business automation, custom websites, and MVPs for small and mid-sized companies across the US, Europe, and Israel. These guides come from real client work, not theory.

Work with me

Have a project like this?

Tell me what you're trying to automate or build and I'll tell you the fastest reliable way to ship it.