What problem does it solve? Slow page loads, render-blocking resources, and unoptimized assets degrade Core Web Vitals and user experience, and identifying which fixes matter most is difficult without structured guidance. ## Core Features & Use Cases - Performance Budgets: Enforce concrete limits for page weight, JavaScript, CSS, images, fonts, and third-party scripts. - Loading Optimization: Apply preconnect, preload, Early Hints, Speculation Rules, and deferred script patterns to speed up the critical rendering path. - Asset & Runtime Tuning: Optimize images with AVIF/WebP responsive markup, fonts with font-display and variable fonts, and runtime code with debouncing, requestAnimationFrame, and list virtualization. - Use Case: A React app fails Lighthouse audits with a 4s LCP. Use this Skill to preload the hero image, code-split heavy routes, defer third-party scripts, and verify improvement against LCP, TBT, and Speed Index targets. ## Quick Start Audit my site's performance and give me prioritized optimizations to improve LCP and reduce JavaScript bundle size.