mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 23:36:37 +00:00
Tighten dashboard summary hot paths
This commit is contained in:
parent
659c5f5988
commit
8d97bc3995
31 changed files with 979 additions and 140 deletions
|
|
@ -144,6 +144,14 @@ still grows monitored-system usage.
|
|||
`/settings/system/billing/usage?details=counting-rules` for explanation and
|
||||
`/settings/system/billing/plan?intent=max_monitored_systems` for upgrade
|
||||
intent.
|
||||
24. Keep public-demo dashboard bootstrap route-owned on the adjacent
|
||||
commercial/runtime boundary. `frontend-modern/src/useAppRuntimeState.ts`
|
||||
may prewarm shared infrastructure summary caches for non-dashboard routes,
|
||||
but public-demo dashboard arrival must not front-run a broader
|
||||
infrastructure-summary fetch than the route actually renders. Commercial
|
||||
posture on `v6-demo` therefore stays governed by the route-owned
|
||||
presentation policy and summary scope rather than by app-shell-wide
|
||||
bootstrap heuristics.
|
||||
|
||||
## Forbidden Paths
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue