I am looking for a way to measure the size of web requests and responses that I make in my browser. I need a way to measure regular requests as well as ajax requests. I'm trying to improve Ajax performance by reducing the size of requests and responses, and I need to somehow evaluate this on the client side, and also measure my progress when I go.
This is part of the ASP.net application (3.5), but I would definitely prefer some client tool (Firefox plugin, executable application, etc.) rather than a code approach.
source
share