I mean less usage of CPU or RAM.
For example when i have an endpoint that generates pdf and calcualte something. and the pdf is as buffer in resposne - its pretty heavy.
I thought about adding cluster by pm2 and pm2 start app.js -i 4 but it helped nothing. result with timing was the same when i run endpoint 50 times by symulator w 4 instanecs of app as with one instance
Meybe other infos? The second thing what i thought to improve performence was using cache and move endpoints with refreshing new notifications to websockets