What problem does it solve?
Slow loading pages waste attention, increase bounce rates, and hurt user experience by delaying rendering, interactivity, and key metrics like Core Web Vitals.
Core Features & Use Cases
- Performance audit–driven optimization: Targets the biggest Lighthouse bottlenecks first and prioritizes changes by impact on Core Web Vitals.
- Faster critical rendering: Improves server response timing, compression, caching, and the critical rendering path (TTFB, preload/preconnect, render-blocking resources).
- Smaller and smarter assets: Optimizes JavaScript loading (defer/async, code splitting, tree shaking), images (modern formats + responsive delivery), and fonts (preload and font-display strategy).
- Run-time smoothness improvements: Reduces layout thrashing, improves event handling via debouncing, and uses requestAnimationFrame patterns; supports virtualizing long lists.
- Real-world use case: If your internal manual portal feels sluggish on first load, apply this guidance to reduce page weight, speed up LCP, and cut main-thread work until users perceive the site as immediate.
Quick Start
Use the performance skill to diagnose why your page is slow and apply targeted changes based on Core Web Vitals targets and Lighthouse findings.