What problem does it solve?
It helps you identify why a page is slow or inconsistent by measuring Core Web Vitals and diagnosing the concrete resources and rendering causes behind LCP, INP, CLS, and related metrics.
Core Features & Use Cases
- Core Web Vitals auditing: Captures and interprets LCP, INP, CLS plus supporting metrics like FCP, TBT, and Speed Index to produce a clear performance health summary.
- Root-cause analysis via DevTools insights: Detects render-blocking resources, layout shift culprits, and network dependency chains that delay critical work.
- Accessibility snapshot: Takes an accessibility snapshot to surface likely usability gaps alongside performance issues.
- Use case: For example, when a landing page feels sluggish, the workflow quantifies the bottleneck (e.g., LCP render delay, late-loading scripts, or CLS caused by font/image/layout changes) and turns that into prioritized, actionable recommendations.
Quick Start
Tell the AI to audit https://example.com for Core Web Vitals using Chrome DevTools via the chrome-devtools MCP and return top prioritized issues with specific fixes.