What problem does it solve?
Performance Optimization prevents guess-based tuning by enforcing a metric-driven workflow: establish a baseline, profile the bottleneck, apply the smallest scoped change, and prove before/after impact with a regression guard and effect budgets for browser-facing surfaces.
Core Features & Use Cases
- Metric-first regression workflow: Require primary and guard metrics, baseline capture, profiling/tracing, and a verified before/after comparison.
- Effect-budgeted browser optimization: For motion/video/canvas/WebGL/media work, require frame stability, long-task evidence, bundle/media/memory budgets, and reduced-motion and fallback proof before approving “smooth/lightweight/10/10” claims.
- Design-quality gates for performance changes: When performance work changes design artifacts, require an anti-slop report using exact
gateTaxonomy ids and block handoff if evidence is missing.
Quick Start
Ask your AI tool to run a baseline measurement for the complained-about route/workload, profile the bottleneck, apply the smallest scoped performance fix, then re-run the same measurement and produce a performance-evidence report with a regression guard and—if applicable—an effect-budget and reduced-motion evidence bundle.