#baseline performance for next.js starter on node.js

2 messages · Page 1 of 1 (latest)

rugged belfry
#

Hello there friends, what performance should I approximately expect from a setup with next.js starter running on nodejs container with a redis cache for the server? No matter what I try I seem to be able to squeeze only about 12 requests per second from a single container, querying the homepage of the starter. The example (next.medusajs.com) is getting around 50r/s, but then again Vercel is probably doing some crazy optimizations as well as spawning multiple workers to handle that, so I wonder what the nodejs baseline is before I go on a crazy debugging spree trying to figure out where the bottleneck might be. Thank you!

#

storefront is built using npm run build and ran using npm start, server is built using yarn build:server and ran using medusa start)