Core Web Vitals Checker

Run a Google PageSpeed Insights test for any URL and get Core Web Vitals (LCP, INP, CLS) with prioritized opportunities, diagnostics, and a full network breakdown.

🔒 100% Secure 🔐 Login required ⚡ Instant Analysis

Core Web Vitals Checker Tool

C

PageSpeed Grade

Performance
LCP (lab)
INP (lab)
CLS (lab)

Field: —

Category Scores

Accessibility
Score
Best Practices
Score
SEO
Score
PWA
Score

What good Core Web Vitals mean

Google uses Core Web Vitals (and related signals) as part of page experience. Strong scores usually mean faster loads, less layout jumpiness, and quicker response to taps and clicks—aligned with what users already expect.

Actionable ways to improve LCP (Largest Contentful Paint)

  • Optimize the LCP image or hero block: serve modern formats (WebP/AVIF), correct dimensions, and avoid oversized files.
  • Cut server wait time: caching, CDN, tuned hosting, and efficient HTML generation improve time to first byte.
  • Preload critical assets: use fetchpriority="high" on the main hero image where appropriate; preload fonts or CSS that block rendering.
  • Defer non-critical work: push below-the-fold scripts and heavy widgets so they do not compete with the LCP element.

Actionable ways to improve INP / responsiveness (and lab TBT)

  • Reduce JavaScript execution on load: code-split routes, tree-shake, and defer or async third-party tags.
  • Audit third-party scripts: analytics, chat, ads, and A/B tools often dominate main-thread time—load them after interaction or on consent.
  • Break up long tasks: large single-threaded work blocks input; chunk work or move it off the main thread where possible.
  • Prefer native controls over heavy custom components for critical UI paths.

Actionable ways to improve CLS (Cumulative Layout Shift)

  • Reserve space for images and embeds: width/height attributes or aspect-ratio CSS so content does not jump when media loads.
  • Stable ad and promo slots: fixed-height containers for dynamic ads reduce late shifts.
  • Font strategy: use font-display: swap with fallback metrics, or subset fonts to reduce invisible text and layout swaps.
  • Avoid inserting content above existing content after load (banners, related posts) unless space is reserved first.

How to read your results

Lab scores reflect a controlled test; field data (when shown) reflects real users and is closest to what affects broad rankings. Re-test after changes on both mobile and desktop strategies—mobile is often stricter.