What problem does it solve? Web apps get slow gradually as each change adds milliseconds and kilobytes, and nobody notices until load times are unacceptable. 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 diff current metrics against the saved baseline with regression thresholds. - Resource & Bundle Analysis: Identify the slowest and largest resources, track JS/CSS bundle sizes, and flag third-party scripts blocking rendering. - Trend Tracking & Budgets: Review historical benchmark trends over time and grade pages against industry performance budgets (FCP < 1.8s, LCP < 2.5s, total JS < 500KB). - Use Case: Before merging a PR, run a benchmark against your app to discover that LCP doubled and the JS bundle grew 60%, then pinpoint the new dependency responsible. ## Quick Start Ask the AI to run /benchmark on your local dev server URL to audit page performance and compare it against the saved baseline.