What problem does it solve?
This Skill addresses slow web pages by identifying bottlenecks in loading, runtime performance, and resource usage, then applying targeted optimizations.
Core Features & Use Cases
- Performance auditing and optimization focused on Core Web Vitals (LCP, CLS, INP/TTI).
- Asset and code optimization: image formats and sizes, font optimization, compression, caching, and smart resource loading.
- Practical use case: diagnose a slow homepage, implement changes to reduce load times and improve perceived performance.
- Automation-friendly: can be integrated with CI to run audits and track improvements.
Quick Start
Run a Lighthouse audit on your site to identify bottlenecks. Implement recommended optimizations such as preconnects, preloads, compression, caching, and code-splitting. Re-audit to verify improvements.
- Command to AI: optimize the current website's performance by auditing loading times and applying Lighthouse-guided improvements, then report before/after metrics.