perf(web): cache dashboard tile responses #46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/dashboard-tile-cache"
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?
Summary
Adds route-level dashboard tile caching with in-flight request coalescing and short HTTP cache hints.
Why
Multiple clients or refresh cycles should not repeatedly hit the same upstream datasource when a fresh tile result is already available or currently loading.
Changes
Cache-Control: private, max-age=5, stale-while-revalidate=30to tile route responses.Testing
Notes