What problem does it solve? Slow load times, janky animations, and bloated bundles degrade user experience, but teams often optimize blindly without knowing which bottleneck actually matters. This Skill provides a systematic workflow to measure, diagnose, and fix frontend performance issues. ## Core Features & Use Cases - Performance Assessment: Measure Core Web Vitals (LCP, FID/INP, CLS), bundle size, runtime frame rates, and network waterfalls before changing any code. - Targeted Optimization Strategies: Apply concrete techniques for images (WebP/AVIF, srcset, lazy loading), JavaScript (code splitting, tree shaking), CSS, fonts, rendering (avoiding layout thrashing), and GPU-accelerated animations. - Framework-Specific Guidance: React patterns like memo(), useMemo(), list virtualization, and route-based code splitting. - Use Case: A Next.js dashboard feels sluggish on mobile. Use this Skill to measure LCP and INP, discover an oversized hero image and an unmemoized chart component, then apply responsive images and React.memo to hit Core Web Vitals targets. ## Quick Start Ask the AI to analyze the performance of your product page and optimize its load time, animations, and bundle size.