Performance Budget Enforcer
Goal
Maintain fast UX under realistic loads; avoid heavy effects that scream demo UI.
When to use
- •Lists/tables exist.
- •Sluggish UI.
- •Heavy blur/motion.
Minimal inputs (ask only if missing)
- •Target devices.
- •Expected list sizes.
Procedure (MUST)
- •Define budgets.
- •Pagination/virtualization.
- •Remove heavy blur/shadows/filters.
- •Motion uses transform/opacity.
- •Document mitigations.
Outputs (MUST produce)
- •
docs/perf_budget.md. - •List strategy implemented.
- •Evidence of heavy effects removal.