What problem does it solve?
This Skill helps developers and site owners identify and remove performance bottlenecks to improve Core Web Vitals, reduce load times, and enhance user experience.
Core Features & Use Cases
- Audit and diagnose performance bottlenecks across assets, bundles, and runtime JavaScript to improve LCP, FID, and CLS.
- Provide actionable optimizations and reference code patterns to reduce payloads, unblock rendering, and improve time-to-interactive.
- Use cases include initial site audits, refactoring frontend bundles, implementing caching and resource loading optimizations, and validating improvements after changes.
Quick Start
Run a performance audit with Lighthouse and implement the recommended fixes. Example commands:
- npx lighthouse https://your-site --output html --output-path=report.html
- Open Chrome DevTools > Lighthouse panel and run a baseline audit
- Iterate on fixes and re-audit to verify improvements