What problem does it solve?
This Skill helps you diagnose why a page feels slow by measuring real performance signals, tracing loading behavior, and identifying the exact resources or interactions hurting user experience.
Core Features & Use Cases
- Core Web Vitals analysis: Measures LCP, INP, CLS, plus supporting metrics like FCP, TBT, and Speed Index.
- Trace-driven debugging: Uses Chrome DevTools traces to pinpoint render-blocking resources, dependency chains, layout shifts, and document latency.
- Network and accessibility checks: Reviews requests, caching, and basic accessibility issues so optimization advice is grounded in what the page actually does.
- Use case: Audit a marketing homepage with poor Lighthouse scores and get a prioritized list of concrete fixes, such as deferring blocking scripts, preloading critical assets, or reducing layout shift.
Quick Start
Ask the agent to audit a specific page’s performance with Chrome DevTools and return the key metrics, bottlenecks, and prioritized fixes.