Is there a way to see how much traffic AJAX makes on a page? I am making a game and wish to know how resourceful my code is. To be specific, for each call ajax makes, for the data it sends and retrieves, the quantity of Bytes (or kB) is added up and displayed on the page.
Now, I am not talking about only the characters in the XML data string - there surely is more data being passed around from browser to server and back that we can't see.
Hope I explained this well enough.