tags:

views:

953

answers:

3

I wan't to know the real size of a web page (HTML + CSS + Javascript + Images + etc.) but from the browser side, maybe with a software, Firefox Add-On or similar?

+8  A: 

Use firefox, and get FireBug.

Then get the YSlow addon for firefox.

For IE, you can get the DebugBar which comes pretty close to giving the same information.

Chris Lively
+3  A: 

YSlow is a FireBug plugin (Firebug is a FireFox plugin), and it works great.

If you meant the entire website, you could get HTTrack (Software) and download the entire site... just be careful.. people don't like it when you do that!

Dean
A: 

I think the Firefox Plugin Extended Statusbar can do that for you.

It will give detailed information about what has been downloaded, including the size of the downloaded data.

Mecki