Omkar Tenkale

Results 64 comments of Omkar Tenkale

So the problem lies not in db but the server

On the same Ubuntu 16.04 VPS server

> Monitor your server resources during the slow request. Do CPU, IOPS, network connections, etc max out? CPU > There's a visible spike but cpu usage doesn't become 100% IOPS...

> Are there any other apps running on Node that could be blocking the Node thread There are other pm2 parse instances but even stopping them doesn't solve the issue

Working on other checks.Does this info gives any clues?

> Is the response also slow when you deploy the latest version of parse server and mongodb? After updating Parse server specs npm list [email protected] [email protected] Server version 4.2.0 (From...

This is the transaction details ![slowtransaction](https://user-images.githubusercontent.com/39808155/78422861-19dc9780-7680-11ea-83b4-c3c9a2ff65ed.png)

![txnslow2](https://user-images.githubusercontent.com/39808155/78423170-32e64800-7682-11ea-93e5-5809cbe8c064.png)

Seems to be related with **mongoObjectToParseObject** , Generated using **node --prof** index.js ... This is the full log [processlog.txt](https://github.com/parse-community/parse-server/files/4431376/processlogfiltered.txt)

Please share more info and tools on how i can do that as i never done this before