What problem does it solve? Diagnosing slow page loads and poor Lighthouse scores requires correlating traces, network requests, and code, which is tedious to do manually. This Skill automates that workflow by driving Chrome DevTools MCP to measure Core Web Vitals, find render-blocking resources, and pinpoint concrete fixes. ## Core Features & Use Cases - Performance Tracing: Records cold-load traces and analyzes insights like LCPBreakdown, CLSCulprits, RenderBlocking, and network dependency chains. - Network & Accessibility Analysis: Lists requests to find caching issues, missing preloads, oversized bundles, and flags accessibility gaps via DOM snapshots. - Codebase Analysis: Detects the framework and bundler (Webpack, Vite, Next.js, etc.) to identify tree-shaking, polyfill, and minification opportunities. - Use Case: Ask it to audit your production URL; it returns a Core Web Vitals summary table, prioritized issues with estimated impact, and specific fixes like compressing a named hero image. ## Quick Start Audit the performance of https://example.com and give me prioritized recommendations to improve LCP and CLS.