Search code examples
telerikperformance-testingfiddlerresponse-timeserver-response

Is it possible to find out server response time and client rendering time using Fiddler?


Hope you are fine, I rarely use Fiddler for my web calls. Now I have tuned some queries in my application. So I would like to test my server response time and client rendering time using Fiddler. Is that option available in Fiddler? If yes, can someone help with that? I have already gone through this link, that couldn't help. Thanks in advance.

Update:

If fiddler doesn't do this, can we do this with the help of IE browser console or any extensions?

NB: My application works only in IE


Solution

  • No, fiddler is not able to capture the rendering time or anything that is done purely on the client side. It is only able to eavesdrop on the data sent back and forth between the client and the server.

    If you want to do some testing for performance from the client-side standpoint. You ahould take a loom at Chrome dev tools timeline feature