What problem does it solve? Web performance degrades gradually across pull requests, and without baselines nobody notices until pages become slow. 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 runs against stored baselines with regression thresholds. - Resource & Bundle Analysis: Identify the slowest resources, track JS/CSS bundle sizes, and check results against industry performance budgets. - Trend Tracking: Review historical benchmark data to spot gradual performance degradation over time. - Use Case: Before merging a PR, run a benchmark against your staging URL to confirm the new feature did not inflate the JS bundle or double the LCP. ## Quick Start Ask the AI to run a performance benchmark on your local dev server URL and compare it against the saved baseline.