Skip to content
Discussion options

You must be logged in to vote

The first request will use server-side rendering by default, thus creating more work on the server.
If your server is severely underpowered, it might make sense to disable SSR, so the rendering happens on the client. This has its own downsides, though usually one of the goals of SSR is to provide a faster first load, so if it goes against that, it might be worth considering.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jeppech
Comment options

Answer selected by jeppech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants