Tune edge caching and purge-on-rebuild for content #82

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

Problem

Day/calendar pages should be served from the edge and only re-fetched when data changes.

Acceptance criteria

  • Public content pages are cacheable at the edge with appropriate TTLs
  • A data rebuild purges exactly the affected cached content
  • Cache hit ratio for core pages meets a documented target
  • Stale-while-revalidate or equivalent avoids user-visible gaps during purge
## Problem Day/calendar pages should be served from the edge and only re-fetched when data changes. ## Acceptance criteria - [ ] Public content pages are cacheable at the edge with appropriate TTLs - [ ] A data rebuild purges exactly the affected cached content - [ ] Cache hit ratio for core pages meets a documented target - [ ] Stale-while-revalidate or equivalent avoids user-visible gaps during purge
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/Site#82
No description provided.