What problem does it solve? Web applications slow down gradually as each pull request adds small delays and larger bundles, and teams often notice only after users complain. This Skill measures page performance continuously, captures baselines, and flags regressions before they ship. ## Core Features & Use Cases - Performance Auditing: Collects TTFB, FCP, LCP, DOM timings, and full load times from live pages using the browse daemon's perf command. - Baseline Comparison: Captures pre-change baselines and compares before/after metrics on every PR to detect regressions. - Resource & Bundle Analysis: Breaks down resource sizes, script and CSS transfer sizes, and network request summaries per page. - Use Case: Before merging a feature branch, run a diff-scoped benchmark to verify that only affected pages changed and that none exceeded their performance budgets. ## Quick Start Ask the AI to run a performance benchmark on your local dev server URL and compare the results against the stored baseline.