Optimize and cache the reader for large bilingual payloads #82

Open
opened 2026-07-01 01:07:17 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:07:17 +00:00 (Migrated from github.com)

Problem

Full bilingual Mass/Office payloads are large; the reader must stay responsive through caching, lazy loading, and bounded markup so shared hosting is not overloaded.

Acceptance criteria

  • Reader payloads are cached in transients keyed by (date, content, hour, language, rubric, calendar) with data-version awareness.
  • Non-visible hours/sections are not fetched until needed.
  • A reader page meets a defined performance budget under a load test.
  • Offline/last-known fallback works for previously viewed reader content.

Notes

Reuse the cache-first and graceful-degradation machinery from v0.2.0 and the offline cache from v0.5.0.

## Problem Full bilingual Mass/Office payloads are large; the reader must stay responsive through caching, lazy loading, and bounded markup so shared hosting is not overloaded. ## Acceptance criteria - [ ] Reader payloads are cached in transients keyed by (date, content, hour, language, rubric, calendar) with data-version awareness. - [ ] Non-visible hours/sections are not fetched until needed. - [ ] A reader page meets a defined performance budget under a load test. - [ ] Offline/last-known fallback works for previously viewed reader content. ## Notes Reuse the cache-first and graceful-degradation machinery from v0.2.0 and the offline cache from v0.5.0.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Ordo#82
No description provided.