What problem does it solve?
This Skill provides a comprehensive solution for measuring performance baselines, detecting regressions before/after PRs, and comparing stack alternatives, ensuring optimal performance and reliability.
Core Features & Use Cases
- Page Performance Measurement: Measures real browser metrics like LCP, CLS, and INP, and resource sizes like page weight and JS bundle size.
- API Performance Benchmarking: Benchmarks API endpoints for latency, response size, and status codes under load.
- Build Performance Analysis: Measures development feedback loop metrics such as cold build time, hot reload time, and test suite duration.
- Before/After Comparison: Run baseline and compare against post-change metrics to evaluate impact.
- Use Case: Before deploying a new feature, run the benchmark to ensure it meets performance criteria and detect any potential regressions.
Quick Start
Set a baseline with /benchmark baseline, then make changes and compare with /benchmark compare.