You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Cache getBreadcrumbsForPage() results under 'breadcrumbs' cache key (~175x faster on repeated calls)
- Cache getFlattenedTree() results under 'flat-tree' cache key (~64x faster; called twice per page load for prev/next navigation)
- Add HTTP Cache-Control header to page responses when server-side caching is enabled, allowing browsers and CDNs to cache rendered pages
- Add getHttpCacheMaxAge() to DocumentationRepository to expose the configured TTL for HTTP caching
- Add tests for all new caching behaviours and the Cache-Control header
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments