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 reload-based cold-load analysis. - Network & Render Analysis: Identifies render-blocking resources, dependency chains, missing preloads, caching issues, and oversized payloads. - Codebase Analysis: Detects frameworks and bundlers (Webpack, Vite, Next.js, etc.) to surface tree-shaking, polyfill, and minification opportunities. - Use Case: A developer notices their landing page has a poor Lighthouse score. They run this Skill to trace the page load, discover a 450KB unoptimized hero image blocking LCP, and receive a specific recommendation to convert it to WebP with estimated savings. ## Quick Start Ask the AI to audit the performance of your website URL and report Core Web Vitals with prioritized recommendations.