inti project

This commit is contained in:
root
2026-05-29 04:33:03 -04:00
commit cdeab1796f
699 changed files with 20516 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Performance Readiness Review
Baseline before rollout:
- SchoolContext resolution overhead
- student list response time
- scanner process latency
- payment record/edit latency
- recipient preview generation time
- bulk send queueing time
- report run time
- export generation time
Known risks:
- unscoped queries
- N+1 resources
- large recipient previews
- large exports
- scanner latency during active check-in
- extension table joins in reports
Correctness wins first. Fast wrong answers are still wrong, just with better posture.