Poor Parse Server performance due to Expressjs Middleware: jsonParser

932 views Asked by At

One of my Parse Server cloud functions is performing very poorly, and I am hoping someone could help point me in the right direction to begin debugging the reasons why so I can fix it.

I used New Relic APM to do a transaction trace of the function, and can make sense of most of the numbers here, except for the culprit, which appears to be "Expressjs Middleware: jsonParser", taking a massive 37,700 ms to complete.

Does anyone know what kind of operations could be causing that, and how I can go about fixing it? My guess would be that there is a huge JSON object passed up or down, but I am still a bit of a noob to all this web server stuff so thought I would get a second opinion, thanks! :)

transaction trace

0

There are 0 answers