Problem
No bundle size or time-to-interactive targets are defined. With Chart.js, ng2-charts, and Angular loaded, the bundle could already be substantial.
Requirements
- Add
budgets to angular.json (initial bundle < 250KB, lazy chunks < 80KB)
- Add Lighthouse CI to the GitHub Actions pipeline
- Set performance score threshold (e.g. >= 80)
- Generate bundle analysis report on CI
Acceptance Criteria
References
- Roadmap §12 — Frontend Engineering
Problem
No bundle size or time-to-interactive targets are defined. With Chart.js, ng2-charts, and Angular loaded, the bundle could already be substantial.
Requirements
budgetsto angular.json (initial bundle < 250KB, lazy chunks < 80KB)Acceptance Criteria
References