What problem does it solve? Slow load times, janky animations, and bloated bundles degrade user experience and hurt Core Web Vitals scores. This Skill provides a systematic workflow to measure, diagnose, and fix frontend performance problems instead of guessing at optimizations. ## Core Features & Use Cases - Measurement-First Diagnosis: Assess Core Web Vitals (LCP, FID/INP, CLS), bundle size, runtime performance, and network waterfalls before changing any code. - Loading & Bundle Optimization: Apply image optimization (WebP/AVIF, srcset, lazy loading), code splitting, tree shaking, font subsetting, and critical CSS strategies. - Rendering & Animation Fixes: Eliminate layout thrashing, use GPU-accelerated transform/opacity animations, virtualize long lists, and apply React memoization patterns. - Use Case: A React app's product page has a 6-second LCP and layout shifts on mobile. Use this Skill to measure the bottlenecks, then apply responsive images, route-based code splitting, and aspect-ratio reservations to hit green Core Web Vitals. ## Quick Start Ask the AI to analyze your page's performance bottlenecks and optimize the slowest parts, for example: "Optimize the landing page — LCP is 5s on mobile and the bundle is over 1MB."