Profile API/ Debugging Slow queries

I am using
Elastic Version Number - 5.6.16
Lucene_version - 6.6.1
I have some slow queries running on production environment.
Upon profiling the requests, and adding the total times of individual components on different shards, I get around 60-70ms
but the 'took' parameter in the response shows me ~ 700 ms, and also the same time is almost there if i manually print the request time in the codebase itself, thus adding the network overhead time.
Now i know that Profile API has limitations after reading the below article-
Profile API
But is there anyway to find out the time spent by the request in Queue phase, Search fetch phase, merging the responses from different shards on the coordinating node.
Without these, i am stuck as to why the request is taking so much time.
Cheers.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.