perf(web): batch dashboard tile hydration #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/dashboard-batch-tiles"
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
Add batch dashboard tile hydration for the client and server.
Why
The dashboard should reduce request overhead by resolving queued tile hydration work in chunks while preserving the existing single-tile route as a fallback.
Changes
Testing
Notes
Existing /api/dashboard and /api/dashboard/tile/... routes remain compatible. No packages/ui changes.