Why medians and throttling
A single page-load measurement is noisy: network jitter, a cold cache or a background task can swing the number either way. CodeReviewer times each page across several runs under consistent throttling and reports the median, so the number you see reflects the page, not the moment. A Lighthouse audit alongside it tells you what to change.
Catch it at the change, not the complaint
Performance usually degrades one small change at a time. With budgets per page and runs on a schedule, CodeReviewer tells you which page slowed down and roughly when. The change that caused it is still fresh in someone’s mind.