KBazX 0 Posted 4 hours ago I'm sorry, I phrased the question incorrectly. I meant the duration of the request execution by the server. Share this post Link to post
FPiette 383 Posted 2 hours ago 1 hour ago, KBazX said: I'm sorry, I phrased the question incorrectly. I meant the duration of the request execution by the server. You have to see that at server side. Anything you measure at client side will include transport time and some processing by the receiver. I the server can't tell you the execution time, you can get an approximation by using a network sniffer such as Wireshark. Using this tool you can get the timestamp of the request and the timestamp of the response. The difference gives you the execution by the server. Share this post Link to post