Performance Testing for Web application - NeXpert
Note: Cross posted from Sajay.
Here is a quick way to get an idea of how long your request/response takes and a ton of more data regarding your payload.
neXpert is an add-on to Fiddler Web Debugger which aids in performance testing web applications. neXpert was created to reduce the time it takes to look for performance issues with Fiddler and to create a deliverable that can be used to educate development teams.
Blog - https://blogs.msdn.com/nexpert/
Video- https://msdn.microsoft.com/en-us/dd573302.aspx - (4 minutes)
Introduction - https://blogs.msdn.com/nexpert/archive/2009/02/10/introducing-nexpert.aspx
Note: Cross posted from Sajay.