What problem does it solve? Slow-loading websites hurt user experience and search rankings, but identifying which optimizations matter most is difficult. This Skill provides a structured audit workflow with concrete performance budgets and code-level fixes for loading speed, runtime efficiency, and resource optimization. ## Core Features & Use Cases - Performance Budgets: Enforce concrete limits for page weight, JavaScript, CSS, images, fonts, and third-party scripts aligned with Core Web Vitals targets. - Critical Rendering Path Optimization: Apply preconnect, preload, deferred CSS, and script loading strategies to reduce TTFB, LCP, and render blocking. - Runtime & Asset Optimization: Fix layout thrashing, debounce handlers, virtualize long lists, and serve responsive AVIF/WebP images with proper caching headers. - Use Case: A developer whose e-commerce site scores poorly on Lighthouse can use this Skill to identify that unoptimized hero images and render-blocking scripts are the bottlenecks, then apply the provided responsive image markup and defer patterns to bring LCP under 2.5 seconds. ## Quick Start Audit my website's performance and give me prioritized optimizations to improve my Lighthouse score and Core Web Vitals.