[Epic] Static generation & cold dynamic path #13

Closed
opened 2026-07-01 00:57:48 +00:00 by manlycucumber · 1 comment
manlycucumber commented 2026-07-01 00:57:48 +00:00 (Migrated from github.com)

Pre-generate static JSON for hot calendar paths and serve cold dates dynamically, so Cloudflare can cache everything immutably. Done when hot paths are static files and cold dates are computed on demand and cacheable.

Epic — child issues are tracked as sub-issues.

Pre-generate static JSON for hot calendar paths and serve cold dates dynamically, so Cloudflare can cache everything immutably. Done when hot paths are static files and cold dates are computed on demand and cacheable. _Epic — child issues are tracked as sub-issues._
manlycucumber commented 2026-07-03 05:50:38 +00:00 (Migrated from github.com)

Epic complete — the version-namespaced StaticStore + read-through ResponseCache + bin/generate-static.php (warms via the real kernel) land the static hot path and the cold write-through in #135. ETag/immutable caching follows in epic #17.

Epic complete — the version-namespaced `StaticStore` + read-through `ResponseCache` + `bin/generate-static.php` (warms via the real kernel) land the static hot path and the cold write-through in #135. ETag/immutable caching follows in epic #17.
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/Api#13
No description provided.