Replies: 1 comment 2 replies
-
Thanks for your reminder. It seems that adding caching capabilities to the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking over the docs and in the SSR section, I see this:
specifically this line is called on every request:
const indexModule = await serverAPI.environments.ssr.loadBundle('index');
Is that a requirement that it be loaded on every request? Or can it be loaded and reused for performance gains? The thing it seems like you'd lose on reusing the already loaded bundle would be if it is updated and rebuilt but that could be solved in another way.
Beta Was this translation helpful? Give feedback.
All reactions