Living note
A Practical Performance Budget
Small, enforceable limits for JavaScript, images, and interaction latency.
A useful budget is tied to a user experience and checked continuously, not copied from an industry average.
Starter thresholds
| Signal | Budget | Action |
|---|---|---|
| Route JavaScript | < 170 kB gzip | Block new dependency |
| LCP image | < 250 kB | Resize or change format |
| INP p75 | < 200 ms | Profile the interaction |