[Epic] Performance hardening #94
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make resolution fast and cacheable for production API load. Done when single-day and year-range resolution meet documented performance budgets.
Epic — child issues are tracked as sub-issues.
Epic complete — #95 and #96 merged in PR #474. Resolution is benchmarked (bin/benchmark.php) against a documented budget (docs/performance.md) and met with wide headroom (cold day ~13ms, warm ~0.01ms); the process-wide corpus cache is proven byte-identical to an uncached (flushed) resolution by CacheConsistencyTest, with Corpus::flush() as the data-version invalidation hook.