[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. 馃珫 Status page with uptime monitoring & API monitoring as code 馃珫 openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor

perf(dashboard): cache dynamic routes 30s so prefetch pays off (#2554) master

Set experimental.staleTimes.dynamic to 30. Dashboard routes are dynamically rendered (auth/cookies), and Next.js defaults the dynamic router-cache staleTime to 0, which discards prefetched/visited entries on navigation. Retaining them for 30s lets sidebar prefetch and back navigation reuse the server-hydrated data instead of refetching. Claude-Session: https://claude.ai/code/session_01CMNKJWjy6Jd5tFU97AH1KR Co-authored-by: Claude <noreply@anthropic.com>


+5
1 changed file