What problem does it solve?
Web performance can silently degrade over many pull requests, causing slower load times and worse Core Web Vitals without clear attribution. The benchmark skill measures real browser performance and compares it to a saved baseline to pinpoint regressions.
Core Features & Use Cases
- Baseline capture and comparison: Save reference performance for a URL and later compare before/after metrics to identify deltas.
- Comprehensive page auditing: Collect navigation timing, paint metrics (FCP/LCP), DOM timings, resource breakdown, and bundle size indicators.
- Regression triage and reporting: Produce structured reports with warning/regression thresholds and list the slowest resources to guide optimization work.
- Trend analysis over time: Visualize performance movement across multiple historical benchmarks to catch gradual degradation.
Quick Start
Run the benchmark for a URL you care about by telling the agent to benchmark https://example.com with a baseline comparison.