Free Core Web Vitals Checker
Real user performance data from Google's Chrome UX Report (CrUX) — the same dataset Google uses as a Page Experience ranking signal. No registration required.
Enter a full URL or just a domain. If URL-level data is unavailable, origin-level data is shown.
The three Core Web Vitals — explained
Largest Contentful Paint
Measures loading performance — how long it takes for the largest visible element (image, video poster, or text block) to render.
Cumulative Layout Shift
Measures visual stability — how much the page layout moves unexpectedly while loading (e.g. buttons shifting before a user clicks them).
Interaction to Next Paint
Measures interactivity — the delay between a user's click, tap, or key press and the next visual update on screen. Replaced FID in 2024.
Why real-user data (CrUX) beats lab tests
Google Lighthouse and PageSpeed Insights run your page in a controlled lab environment — a single device, a single network, no third-party scripts cached. The results change every time you run the test. CrUX data is different: it aggregates actual Chrome browser sessions from real visitors over a 28-day rolling window, weighted by device type and connection speed.
When Google evaluates your Page Experience ranking signal, it uses CrUX — not Lighthouse. A page that gets a 90 score in Lighthouse can still fail Core Web Vitals in Google Search Console if real users on slow 4G connections experience high LCP. Our checker shows you the same field data Google uses, so there are no surprises.
Additional metrics we show
FCP — First Contentful Paint
Time until the first text or image is visible. Good: ≤ 1.8s. A high FCP indicates slow server response or render-blocking resources.
TTFB — Time to First Byte
Server response time before the browser receives the first byte. Good: ≤ 0.8s. Directly reflects hosting performance, CDN effectiveness, and server-side processing time.
Frequently asked questions
fetchpriority="high" to the LCP image, and ensure it is not lazy-loaded.
Eliminating render-blocking scripts and using a CDN for static assets typically brings the biggest gains.
Check once, or monitor Core Web Vitals trends daily with 2UA.
Start monitoring — free plan available