Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
HI Developers,
I am facing an issue where Waiting for server response is high for only one service. It is coming 20 ms seconds for same service but then 1.6 seconds on second call when I am passing data back to SQL.
I have checked and CPU utilization is normal.
Also, many services are getting called before its execution. is it possible that this can cause increase in Waiting for server response time.
Kindly suggest.
Solved! Go to Solution.
You probably will need to trace your stack to see what each is doing and how long each takes.
You probably will need to trace your stack to see what each is doing and how long each takes.