Cache day and calendar responses in transients #30

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

Problem

Every page view should not hit the Api. Resolved day and month payloads are cached in transients keyed by the request parameters so hot paths are served locally.

Acceptance criteria

  • Day and calendar responses are stored in transients keyed by (date/month, rubric, calendar, language).
  • A configurable TTL governs transient lifetime with an immutable-friendly default.
  • A cache hit avoids any outbound Api request.
  • Transient keys are namespaced so uninstall cleanup can target them.

Notes

Reuse the option/transient prefix established in v0.1.0 uninstall cleanup.

## Problem Every page view should not hit the Api. Resolved day and month payloads are cached in transients keyed by the request parameters so hot paths are served locally. ## Acceptance criteria - [ ] Day and calendar responses are stored in transients keyed by (date/month, rubric, calendar, language). - [ ] A configurable TTL governs transient lifetime with an immutable-friendly default. - [ ] A cache hit avoids any outbound Api request. - [ ] Transient keys are namespaced so uninstall cleanup can target them. ## Notes Reuse the option/transient prefix established in v0.1.0 uninstall cleanup.
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#30
No description provided.