Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Firebug and HttpFox are two Firefox plugin that can be used to determine the size of data downloaded from a website <strong>for one single page</strong>. While <a href="http://www.getfirebug.com/" rel="noreferrer">Firebug</a> is a great tool for any web developer, <a href="https://addons.mozilla.org/en-US/firefox/addon/6647" rel="noreferrer">HttpFox</a> is a more specialized plugin to analyze HTTP requests / responses (with relative size).</p> <p>You can install both and try them out, just be sure to disable the one while enabling the other.</p> <p>If you need <strong>a website wide measurement</strong>:</p> <ul> <li>If the website is made of plain HTML and assets (like CSS, images, flash, ...) you can check how big the folder containing the website is on the server (this assumes you can login on the server)</li> <li>You can mirror the website locally using wget, curl or some GUI based application like Site Sucker and check how big the folder containing the mirror is</li> <li>If you know the website is <em>huge</em> but you don't know how much, you can estimate its size. i.e. www.mygallery.com has 1000 galleries; each gallery has an average of 20 images loaded; every image is stored in 2 different sizes (thumbnail and full size) an average of for _n_kb / image; ...</li> </ul> <p>Keep in mind that if you download / estimating a dynamic websites, you are dealing with what the website produces, not with the real size of the website on the server. A small PHP script can produce tons of HTML.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload