What problem does it solve? Web performance degrades gradually across pull requests, and teams often cannot pinpoint when load times or bundle sizes regressed. This Skill measures real page performance, captures baselines, and flags regressions before they ship. ## Core Features & Use Cases - Baseline Capture & Comparison: Record TTFB, FCP, LCP, DOM timings, transfer sizes, and request counts per page, then compare current metrics against the saved baseline with regression thresholds. - Resource & Bundle Analysis: Identify the slowest resources, track JS/CSS bundle sizes, and check results against industry performance budgets with a letter grade. - Trend Tracking: Load historical benchmark files to visualize performance trends over time and detect gradual degradation. - Use Case: Before merging a PR, run a benchmark against your staging URL to confirm the new feature did not double LCP or add 300KB to the JavaScript bundle. ## Quick Start Ask the AI to run /benchmark on your app's URL to audit page performance and compare it against the saved baseline.