views:

24

answers:

1

Is there an easy way to show the size of an aspx webpage in bytes (i.e length not screen size) - to save clicking File..Properties in the browser.

Possibly some javascript method, or a way of getting it from the Response object perhaps?

A: 

Look at firebug. Under the NET tab it will show you the size of all the files downloaded for a page in bytes.

bechbd