What problem does it solve? Slow page loads, render-blocking resources, and unoptimized assets degrade user experience and Core Web Vitals scores. This Skill provides a structured audit-and-fix workflow that identifies performance bottlenecks and applies concrete code-level optimizations. ## Core Features & Use Cases - Performance Budgets: Enforce measurable limits for page weight, JavaScript, CSS, images, fonts, and third-party scripts. - Critical Rendering Path Optimization: Apply preconnect, preload, Early Hints, speculation rules, and deferred loading patterns with ready-to-use code snippets. - Asset Optimization: Implement responsive images (AVIF/WebP), font subsetting with font-display strategies, and cache-control policies. - Runtime Efficiency: Fix layout thrashing, debounce handlers, virtualize long lists, and add View Transitions for smooth navigations. - Use Case: A Lighthouse audit shows LCP of 4.2s on a landing page. Use this Skill to preload the hero image with fetchpriority="high", defer non-critical CSS, and split the JavaScript bundle to bring LCP under 2.5s. ## Quick Start Audit my landing page for performance bottlenecks and optimize it to meet the Core Web Vitals targets.