What problem does it solve? Slow page loads, render-blocking resources, and unoptimized assets hurt user experience and search rankings. This Skill provides a systematic audit workflow with concrete code fixes for loading speed, runtime efficiency, and resource optimization. ## 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 CSS/JS patterns with ready-to-use snippets. - Asset & Runtime Optimization: Implement responsive images (AVIF/WebP), font loading strategies, caching headers, service workers, and layout-thrashing fixes. - Use Case: A Lighthouse audit shows a 4.5s LCP on your landing page. Use this Skill to identify the unoptimized hero image, add fetchpriority and preload hints, and compress assets to bring LCP under 2.5s. ## Quick Start Audit my web page for performance bottlenecks and suggest specific optimizations to improve Core Web Vitals scores.