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?
|
1
|
|||
|
|
|
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. |
||
|
|
|
|
Use firefox live http headers extension and look the http content-lenght header. |
||||
|
|
|
How about Firebug? |
||
|
|
