What problem does it solve?
This Skill helps teams identify and fix front-end performance bottlenecks so users experience faster page loads, smoother interactions, and fewer visual disruptions across devices and network conditions.
Core Features & Use Cases
- Performance measurement & diagnosis: Collect Core Web Vitals, TTI, FCP, runtime CPU/memory, and network waterfalls to pinpoint slow areas.
- Loading and asset optimization: Recommendations for image formats, responsive sizing, lazy loading, CDNs, font loading, and bundle reduction via code-splitting and tree shaking.
- Rendering and animation improvement: Techniques to avoid layout thrashing, use GPU-accelerated animations, apply CSS containment, and virtualize long lists.
- Monitoring and verification: Guidance for using Lighthouse, WebPageTest, RUM, and bundle analyzers to measure before/after impact and prevent regressions.
- Use case: Audit a marketing site's homepage to reduce LCP, cut JavaScript payloads, and eliminate CLS while preserving accessibility and UX.
Quick Start
Run a performance audit of the homepage, identify the top three user-impacting bottlenecks (LCP, JS bundle, CLS), and produce a prioritized optimization plan with concrete fixes and verification steps.