update project

This commit is contained in:
root
2026-05-30 01:11:35 -04:00
parent 3a0628ecc7
commit 2225f6bc72
9743 changed files with 1122482 additions and 59 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.