What problem does it solve? Web applications slow down gradually as each pull request adds milliseconds and kilobytes, and without baselines nobody notices until the app feels sluggish. This Skill measures real page performance, compares it against saved baselines, and flags regressions before they ship. ## Core Features & Use Cases - Baseline Capture and Comparison: Record TTFB, FCP, LCP, DOM timings, transfer sizes, and request counts per page, then diff current metrics against the baseline with regression thresholds. - Resource and Bundle Analysis: Identify the slowest and largest resources, track JS and CSS bundle sizes, and check results against industry performance budgets. - Trend Tracking: Store historical benchmark reports and visualize performance trends over time to catch gradual degradation. - Use Case: Before merging a PR, run a benchmark against your staging URL to discover that LCP doubled and the JS bundle grew 60%, then pinpoint the offending resources. ## Quick Start Ask the agent to run a performance benchmark on your staging URL and compare it against the saved baseline to detect regressions.