Skip to main content
10-Marble
April 17, 2023
Solved

Waiting for server response is high for only one service

  • April 17, 2023
  • 1 reply
  • 823 views

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.

 

 

Best answer by PaiChung

You probably will need to trace your stack to see what each is doing and how long each takes.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 18, 2023

You probably will need to trace your stack to see what each is doing and how long each takes.