What problem does it solve? Slow load times, janky animations, and bloated bundles degrade user experience, and this Skill provides a systematic workflow to measure, diagnose, and fix frontend performance issues. ## Core Features & Use Cases - Performance Assessment: Measures Core Web Vitals (LCP, FID/INP, CLS), load time, bundle size, and runtime metrics before optimizing. - Loading & Network Optimization: Covers image optimization (WebP/AVIF, srcset, lazy loading), code splitting, tree shaking, font subsetting, and caching strategies. - Rendering & Animation Fixes: Addresses layout thrashing, paint/composite costs, GPU-accelerated animations, virtual scrolling, and React-specific memoization patterns. - Use Case: A React app's dashboard feels sluggish on mobile. Use this Skill to measure Core Web Vitals, identify a 2MB JavaScript bundle and unoptimized hero images as bottlenecks, then apply code splitting and responsive images to hit LCP under 2.5s. ## Quick Start Analyze my web app's performance and fix whatever is making the pages load slowly and animations feel janky.