What problem does it solve?
This Skill analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed.
Core Features & Use Cases
- Core Web Vitals analysis: measure FCP, LCP, TBT, CLS, Speed Index and diagnose causes.
- Resource & network optimization: identify render-blocking resources and network dependency chains.
- End-to-end audits: run MCP-based traces, analyze insights, and generate actionable recommendations.
- Use Case: For a slow homepage, audit loading sequence, find bottlenecks, and propose targeted fixes.
Quick Start
Connect to the MCP server, navigate to your target URL using navigate_page, start a performance trace, and analyze Core Web Vitals to identify optimization opportunities.