Load test
Unanswered
Florida White posted this in #help-forum
Florida WhiteOP
Hey guys, I would like to ask you about load testing for Nextjs application. How to perform it, what results are fine, what we can do to speed it up etc. Currently I have pretty simple route handlers (api) which fetch from external api and my results are very poor - 120 requests/per second... how it looks on your side?
greetings
greetings
7 Replies
Dutch
its same with other api load tests, nothing specific to next.js
120RPS is depends on your scale, does your app can get 120RPS regulary
also if its fetching from external api, first you need to test it
Florida WhiteOP
yeah external api is totally fine, .net - app service in azure
my nextjs is on windows server VM
2v cores, 8gigs of ram
just thinking if I can run it in cluster or something