Metric v1.0, updated 2026-07-07

Core Web Vitals, plainly

The three numbers that measure how a page feels to a person.

Core Web Vitals are three measures of how a page feels to load and use, from the point of view of a real person. Google reports them from real Chrome users and treats them as a light ranking signal, but the reason to care is the reader.

Largest Contentful Paint is how long until the main content appears. Aim for under two and a half seconds. It is hurt by a slow server, heavy pages and render blocking scripts and stylesheets in the head.

Cumulative Layout Shift is how much the page jumps around as it loads. Aim for under 0.1. It is caused by images and embeds with no set dimensions, and by content injected above what you are reading.

Interaction to Next Paint is how quickly the page responds when you tap or click. Aim for under 200 milliseconds. Heavy JavaScript is the usual cause.

Kenovar measures the basics at the edge, response time, page weight and what blocks first paint, and pulls the real-user figures from Google when a key is set. Set width and height on images, cut render blocking resources and keep the page light.

Read next

What is machine readiness

The five things every machine does with your site, and the one score that measures them.

The origin and its many viewpoints

One source, read differently by browsers, crawlers, AI agents and a growing list of tools, plugins and apps.

What a digital twin of a website is

One graph of your site, inspectable from every reader's view.

All topics