Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.
You probably will need to trace your stack to see what each is doing and how long each takes.