What problem does it solve?
This Skill helps teams identify and fix performance bottlenecks on web pages by auditing Core Web Vitals with Chrome DevTools MCP.
Core Features & Use Cases
- Web performance auditing: Measure FCP, LCP, TBT, CLS, and Speed Index to understand page load behavior.
- Render-blocking analysis: Detect CSS/JS resources delaying first paint and propose optimizations.
- Network & caching optimization: Analyze resource loading chains and caching headers to reduce latency.
- Use Case: Example: You want to improve mobile Lighthouse scores and reduce Time to Interactive on a landing page.
Quick Start
Use the web-perf skill to initiate a performance audit on a target URL by calling the MCP workflow commands (navigate_page, performance_start_trace, performance_analyze_insight, list_network_requests, get_network_request, take_snapshot). Provide a URL to begin.