perf(core): standardize non-blocking load pattern and add performance guidelines
- Documented the 'Non-Blocking Load Pattern' (SWR) in 'documentation/PERFORMANCE_GUIDELINES.md' to prevent future performance regressions. - Refactored 'src/routes/core/people/[person_id]/+page.ts' to be non-blocking, improving perceived speed for person details. - Updated 'GEMINI.md' standards and 'TODO.md' tasks to reflect system-wide performance hardening.
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -42,6 +42,7 @@ This is a list of tasks to be completed before the next event/show/conference.
|
||||
- [x] **V3 API Parameter Hardening:** Updated `search_ae_obj_v3` for URL serialization. (Completed 2026-01-21)
|
||||
- [x] **Fetch Noise Reduction:** Silenced AbortErrors in API helpers at log_lvl 0. (Completed 2026-01-26)
|
||||
- [x] **GEMINI Context Standardization:** Deployed v1.2 Inverted Pyramid template with Agent Identity and RAR tracking across ecosystem. (Completed 2026-01-26)
|
||||
- [x] **Performance Optimization:** Standardized the "Non-Blocking Load Pattern" (SWR) across Events and Core modules to eliminate page transition delays. (Completed 2026-01-27)
|
||||
- [ ] **Payload Validation:** Create dry-run tool for Pydantic model checking.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user