Is there any tool to find out for a given URL to which I submit a request, how much data gets transfered from the server to the client?
A:
Try debugbar. That will give you the transmitted number of bytes.
Also Fiddler2 could be used to look at each response, and I think that will tell you the number of bytes, as well as being able to actually view what was sent.
Antony Scott
2009-03-09 14:48:33
A:
Use firefox live http headers extension and look the http content-lenght header.
Jorge Niedbalski R.
2009-03-09 19:58:50
I would have liked to try this one out, but cant download firefox at the office :(
2009-03-10 05:48:42
So use a network traffic analyzer like Wireshark and follow the TCP stream.
Jorge Niedbalski R.
2009-03-10 14:30:42