What problem does it solve? Slow page loads, heavy JavaScript bundles, unoptimized images, and render-blocking resources degrade user experience and hurt Core Web Vitals scores. This Skill provides a structured audit workflow to identify bottlenecks and apply concrete optimizations with code examples. ## Core Features & Use Cases - Performance Budgets: Enforce limits on page weight, JavaScript, CSS, images, fonts, and third-party scripts. - Critical Rendering Path Optimization: Apply preconnect, preload, deferred scripts, code splitting, and tree shaking patterns. - Asset Optimization: Implement responsive images with AVIF/WebP, font loading strategies with font-display, and caching headers. - Use Case: A Next.js site scores poorly on Lighthouse. Use this Skill to audit the LCP image, defer non-critical JavaScript, add cache headers, and measure before/after improvements. ## Quick Start Audit my website's performance and give me prioritized optimizations to improve LCP and reduce JavaScript bundle size.