Core Web Vitals Checker
Inspect official Google Core Web Vitals thresholds (LCP, INP, CLS) and measure local browser performance using standard web APIs.
Inspect Website Core Web Vitals Thresholds
Enter any domain to evaluate against official Google 2024 Core Web Vitals criteria and unlock full CrUX monitoring.
Official Google Core Web Vitals Thresholds
To pass the Google Page Experience ranking signal, 75% of page visits must meet the "Good" threshold.
| Metric | Focus Area | Good (Pass) | Needs Improvement | Poor (Fails) |
|---|---|---|---|---|
| LCP (Largest Contentful Paint) | Perceived Load Speed | ≤ 2.5s | 2.5s – 4.0s | > 4.0s |
| INP (Interaction to Next Paint) | Interaction Responsiveness | ≤ 200ms | 200ms – 500ms | > 500ms |
| CLS (Cumulative Layout Shift) | Visual Stability | ≤ 0.10 | 0.10 – 0.25 | > 0.25 |
| FCP (First Contentful Paint) | Render Initiation | ≤ 1.8s | 1.8s – 3.0s | > 3.0s |
| TTFB (Time to First Byte) | Server Latency | ≤ 800ms | 800ms – 1800ms | > 1800ms |
Measured Locally in This Browser
Live measurements collected in your current browser tab via Navigation Timing and PerformanceObserver.
Live INP Responsiveness Test
Click the button below to simulate an interactive user action and record actual main-thread input delay in this browser tab.
Actionable Recommendations
Preload your primary hero image with <link rel='preload' as='image'> and ensure responsive srcset tags are specified.
Break up long JavaScript tasks (>50ms) using requestIdleCallback() or yield to main thread with setTimeout() / scheduler.yield().
Always include explicit width and height attributes on <img> and <video> tags to reserve layout space before assets load.
Use edge caching, an enterprise CDN, and optimize server-side database queries to respond within 800ms.
Related Free SEO Tools
Continue auditing your website signals with complimentary diagnostic utilities.
Website SEO Audit
Perform a multi-vector page-level audit of technical security, metadata, and asset health.
Robots.txt Generator
Create, configure, and validate custom robots.txt crawl directives and sitemap declarations.
XML Sitemap Generator
Format and generate compliant XML sitemaps adhering to Sitemaps.org 0.9 protocol standards.
Monitor real-user Core Web Vitals across your entire website
Local tests measure a single browser session. RankingsFactor integrates with Google Search Console and CrUX to audit Core Web Vitals for real visitors across mobile and desktop devices site-wide.
Deep multi-page crawl • AEO answer engine tracking • Google Search Console sync
Frequently Asked Questions
Technical specifications, limitations, and SEO recommendations.