What problem does it solve?
Diagnoses page load and runtime performance problems by measuring Core Web Vitals and related metrics, locating render-blocking resources and network dependency chains, and identifying layout shifts, caching gaps, and accessibility issues so teams can prioritize impactful fixes.
Core Features & Use Cases
- Core Web Vitals & Metrics: Measure LCP, INP, CLS and supplementary metrics like FCP, TBT and Speed Index with breakdowns for resource, render, and server contributions.
- Trace and Network Analysis: Find render-blocking styles and scripts, long request chains, missing preloads, large payloads, and caching header issues.
- Layout Shift & Accessibility Inspection: Pinpoint CLS culprits and capture an accessibility snapshot to surface missing ARIA, contrast issues, and focus problems.
- Codebase Guidance: When given repo access, detect framework and bundler, identify tree-shaking and bundling issues, and recommend build and config changes.
- Use Case Example: Audit a landing page with a slow LCP to quantify the impact of hero image loading, third-party scripts, and render-blocking CSS and deliver prioritized fixes.
Quick Start
Run a Chrome DevTools trace of the target URL, extract Core Web Vitals and network dependency information, and produce prioritized optimization recommendations.