Sunday, 2 July 2017

Expected performance not matching actual?

I have a server application that maxes out around ~220 req/s. All it does it check whether a jwt is valid, perform a database query through sequelize (MySQL), and send the results back to the user. Given the 5k+ rps hello world applications, it seems weird that my app is 25x slower. I looked at PayPal's node blog post and they get 800+ rps on their API requests.Server compiled with gulp and gulp-babel, using babel-preset-env on Node 8.1.2. Express server without compression. CPU is a modern Intel quad, platform Windows. What am I doing wrong?

Submitted July 03, 2017 at 05:08AM by CykaLogic

No comments:

Post a Comment