Enter your LCP, INP/FID, and CLS values to see pass/fail status, a performance score, and specific recommendations to improve your Core Web Vitals.
Core Web Vitals (CWV) are a set of real-world performance metrics developed by Google to measure user experience. They became an official Google ranking factor in 2021 and were updated in 2024 when INP replaced FID. These metrics reflect three fundamental aspects of user experience: loading, interactivity, and visual stability.
LCP measures how long it takes for the largest visible element on the page to load. This is typically the hero image, above-the-fold photo, or large heading block. Poor LCP is usually caused by slow server response times, render-blocking resources, slow resource loading, and client-side rendering.
Top LCP fixes: optimize server response time (TTFB), use a CDN, preload the LCP resource with link rel=”preload”, compress and resize images, use modern image formats (WebP/AVIF), and eliminate render-blocking JavaScript and CSS.
INP (replaced FID in 2024) measures the latency of all user interactions throughout the page lifetime. Poor INP is caused by heavy JavaScript execution, long tasks blocking the main thread, and slow event handlers.
Top INP fixes: break up long JavaScript tasks, defer non-critical JS, reduce third-party script impact, implement code splitting, use requestIdleCallback for non-urgent work, and optimize event handlers.
CLS measures unexpected movement of visible page elements. The most common causes are images without dimensions, dynamically injected content, web fonts causing FOUT, and ads/embeds without reserved space.
Top CLS fixes: always specify width and height on images and videos, reserve space for ads and embeds, avoid inserting new content above existing content, use CSS transform animations instead of properties that trigger layout.
Our technical SEO team will diagnose and fix every performance issue to ensure your site passes all Core Web Vitals thresholds.
Fix My Page Speed →