Skip to main content

CWV Analytics

Analyze Core Web Vitals for up to 10 URLs at once — check LCP, CLS, INP, FCP, and TTFB across mobile and desktop to find and fix performance issues.

CWV Analytics

How to open

From the left sidebar, go to On-Page SEO → CWV Analytics.


How to use

  1. Paste up to 10 page URLs in the text area (one per line).
  2. Click Analyze.
  3. Toggle between Mobile and Desktop to compare results.

Summary cards

After analysis, 4 summary cards show overall performance:

CardDescription
Overall CWV StatusNumber of URLs passing all Core Web Vitals out of total analyzed (e.g., 2/4)
Avg LCPAverage Largest Contentful Paint across all analyzed URLs
Avg CLSAverage Cumulative Layout Shift
Avg INPAverage Interaction to Next Paint

Results table

Each row represents one analyzed URL:

ColumnDescription
REQ URLThe URL you entered
ANA URLThe actual URL analyzed (may differ after redirects)
PRIPriority — HIGH or LOW based on traffic and performance
PAGPage Score (0–100, higher is better)
LCPLargest Contentful Paint (loading speed of main content)
CLSCumulative Layout Shift (visual stability)
INPInteraction to Next Paint (responsiveness)
FCPFirst Contentful Paint (time to first visible content)
TTFBTime to First Byte (server response speed)
ACTActions — click Details for a full breakdown
note

Some URLs may show a Lab Data badge instead of field data when real-user Chrome experience data (CrUX) is not available for that URL.


Core Web Vitals thresholds

MetricGoodNeeds ImprovementPoor
LCP≤ 2.5s2.5s – 4.0s> 4.0s
CLS≤ 0.10.1 – 0.25> 0.25
INP≤ 200ms200ms – 500ms> 500ms
FCP≤ 1.8s1.8s – 3.0s> 3.0s
TTFB≤ 800ms800ms – 1800ms> 1800ms

Common fixes

LCP too slow:

  • Optimize and compress hero images
  • Use a CDN for faster asset delivery
  • Remove render-blocking CSS/JS

CLS too high:

  • Set explicit width/height on images and embeds
  • Avoid inserting content above existing content
  • Reserve space for ads and dynamic content

INP too high:

  • Minimize JavaScript execution time
  • Break up long tasks into smaller chunks
  • Defer non-critical scripts
tip

Focus on HIGH priority pages first — these have the biggest impact on your overall performance score and user experience.