What problem does it solve? Slow web applications lose users and rank poorly in search results. This Skill provides concrete standards for diagnosing and fixing performance issues across Core Web Vitals, asset delivery, caching, and monitoring. ## Core Features & Use Cases - Core Web Vitals Guidance: Targets for LCP (< 2.5s), INP (< 200ms), and CLS (< 0.1) with specific optimization techniques for each metric. - Asset Optimization: Standards for modern image formats (WebP, AVIF), lazy loading, script deferral, tree-shaking, and font loading strategies. - Caching & Networking: CDN usage, Cache-Control headers, versioned filenames, and Gzip/Brotli compression. - Auditing & Monitoring: Lighthouse and PageSpeed Insights for lab data, Real User Monitoring for field data, and performance budgets enforced in CI. - Use Case: When a product page loads slowly, use this Skill to identify that the hero image lacks preloading, scripts block the main thread, and images lack explicit dimensions causing layout shift. ## Quick Start Audit my web application's performance and recommend optimizations to improve LCP, INP, and CLS scores.