What problem does it solve? Diagnosing slow page loads and poor Lighthouse scores requires deep knowledge of performance tooling and metrics. This Skill provides a structured, five-phase audit workflow that measures Core Web Vitals, traces network behavior, and pinpoints concrete fixes with quantified impact. ## Core Features & Use Cases - Core Web Vitals Measurement: Captures LCP, INP, CLS, FCP, TBT, and Speed Index via Chrome DevTools performance traces with industry-standard thresholds. - Network & Render Analysis: Identifies render-blocking resources, dependency chains, missing preloads, caching issues, and oversized payloads. - Codebase Analysis: Detects your framework and bundler (Webpack, Vite, Next.js, etc.) to find tree-shaking, polyfill, and minification improvements. - Use Case: Ask the agent to audit your staging site before launch; it runs a performance trace, flags a 450KB hero image blocking LCP, and recommends compressing it to WebP with estimated savings. ## Quick Start Audit the performance of https://example.com and give me a prioritized list of fixes with estimated impact.