What problem does it solve?
Slow, janky, or heavy front-end experiences caused by long load times, large bundles, expensive rendering, or poorly optimized assets that degrade user perception and conversion.
Core Features & Use Cases
- Performance assessment: Measure Core Web Vitals (LCP, FID/INP, CLS), Time to Interactive, First Contentful Paint, total blocking time, and runtime CPU/memory usage.
- Targeted remediations: Recommendations for images, code-splitting, CSS optimization, font loading, caching, and service workers to reduce load and bundle sizes.
- Rendering & animation tuning: Guidance to avoid layout thrashing, use GPU-accelerated properties, virtualize long lists, and stabilize layout to reduce CLS.
- Use case: Audit a single-page application suffering from slow first load and interaction jank, produce prioritized fixes, and verify improvements with before/after metrics.
Quick Start
Use the optimize skill to audit https://example.com for LCP, FID/INP, CLS, bundle size, and runtime jank and return a prioritized remediation plan.