Facing Latency issue in Nextjs in SSR
Unanswered
English Spot posted this in #help-forum
English SpotOP
Facing Latency issue in Nextjs in SSR, this is due to the Chunk, willl PSSR will help(RPS is 50 then latency is going to ~10sec)
8 Replies
Are you using dev mode (npm run dev) or prod (npm run build and npm run start or vercel)
English SpotOP
This is in prod
Same application i was tried with razzle build, it is working fine.
What's razzle?
English SpotOP
razzle framework for SSR
And how do you use this with nextjs (sorry, I'm not familiar with this)
English SpotOP
We ran the experiment for testing to check for the issue.
While using Next, when our rendered html is large and on SSR due to some computation, latency is increasing for 50 rps.