What problem does it solve? Slow websites lose users and rank poorly in search. This Skill provides a systematic, Lighthouse-based approach to finding and fixing performance bottlenecks, from server response times to JavaScript execution, so pages meet Core Web Vitals targets. ## Core Features & Use Cases - Performance Budgets: Concrete limits for page weight, JavaScript, CSS, images, fonts, and third-party scripts to keep load times under control. - Critical Rendering Path Optimization: Guidance on TTFB, compression, HTTP/2+, Early Hints, preconnect, preload, and deferred CSS/JS loading. - Asset Optimization: Responsive image patterns (AVIF/WebP/srcset), font loading strategies with font-display and variable fonts, and caching headers plus service worker caching. - Runtime Efficiency: Fixes for layout thrashing, debouncing, requestAnimationFrame, list virtualization, View Transitions, and third-party script facades. - Use Case: A product page loads in 6 seconds with a poor LCP score. Use this Skill to identify the unoptimized hero image, add fetchpriority and preload hints, defer non-critical scripts, and verify improvement with Lighthouse. ## Quick Start Ask the agent to audit my page for performance issues and suggest optimizations to improve LCP and reduce JavaScript bundle size.