Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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.