Include LOBVM in static generation for hot dates #67

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

Problem

LOBVM for current and adjacent dates is a hot path that should be pre-generated as static JSON rather than computed per request, like the calendar hot paths.

Acceptance criteria

  • The static generator emits LOBVM hour/day files for configured hot dates and languages.
  • Static and dynamic LOBVM responses for the same key are byte-identical.
  • A data-version bump invalidates generated LOBVM files.
  • Generation is covered by a test for a sample date.

Notes

Language selection multiplies the matrix; pre-generate only common language choices.

## Problem LOBVM for current and adjacent dates is a hot path that should be pre-generated as static JSON rather than computed per request, like the calendar hot paths. ## Acceptance criteria - [ ] The static generator emits LOBVM hour/day files for configured hot dates and languages. - [ ] Static and dynamic LOBVM responses for the same key are byte-identical. - [ ] A data-version bump invalidates generated LOBVM files. - [ ] Generation is covered by a test for a sample date. ## Notes Language selection multiplies the matrix; pre-generate only common language choices.
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#67
No description provided.