Performance Metrics

Check Your Core Web Vitals

Measure LCP, CLS, and INP. Understand what's slowing your page down and get specific fixes to pass Core Web Vitals.

Run this focused check to see every result in the browser. Save it free for dashboard access, repeat downloads, a PDF copy, and a monthly recheck.

Starting audit...
Starting now

Save this report for free

Get the PDF by email, keep this report in your dashboard, download it again anytime, and recheck this URL free every 30 days.

Paul Crossland Powered by paulcrossland.com
50+ checks 2-4 min Instant results + PDF
25,077 audits run to date
Paul Crossland Powered by paulcrossland.com

What This Check Looks At

Core Web Vitals are Google's metrics for measuring user experience: Largest Contentful Paint (LCP) measures loading speed, Cumulative Layout Shift (CLS) measures visual stability, and Interaction to Next Paint (INP) measures responsiveness.

Why It Matters

Since 2021, Core Web Vitals are a Google ranking factor. Sites that pass all three metrics get a ranking boost in search results. Poor scores can hurt your visibility and user engagement.

Checks Included In The PDF

Largest Contentful Paint (LCP) - target under 2.5s
Cumulative Layout Shift (CLS) - target under 0.1
Interaction to Next Paint (INP) - target under 200ms
First Contentful Paint (FCP)
Time to First Byte (TTFB)
Speed Index

Frequently Asked Questions

What is a good LCP score?

A good LCP score is under 2.5 seconds. Scores between 2.5-4 seconds need improvement, and over 4 seconds is poor.

How do I fix CLS issues?

Set explicit dimensions on images and videos, avoid inserting content above existing content, and use CSS transform for animations instead of properties that trigger layout changes.

What replaced FID with INP?

Google replaced First Input Delay (FID) with Interaction to Next Paint (INP) in March 2024. INP measures overall responsiveness, not just the first interaction.