Can the the total file size of a web page be shown in Chrome Web Developer

Hi from wet York UK,

Where in web developer tolls Chrome or Dreamweaver CC can you measure the total file size (as in MB) of a web page? Being honest this has turned out to be a “Seriously why is this so difficult to work out” moment considering Google is banging on about fast page download times.

Ive scrapped Chromes web dev tools at my version of Dreamweaver CC to measure the total file size of this page http://www.davidclick.com/bolton-castle-wedding-photography.html

The fruitless search for this tool is shown below:

Thanks in advance,
David

1 Like

You could look at the tools mentioned in this thread:-

@Nightwing: is that the Web Developer Toolbar add-on? I use that on Firefox, but it displays differently. The “View Document Size” option is under “Information” on my version.

Yes youre right but in the Chrome version there is no “View doc size” under info :frowning:

Or anywhere else, as far as I can see. I’ve just installed the Chrome version, and it doesn’t seem to have it. (Yet another reason to stick with Firefox. )

1 Like

Thanks T Bear, i checked on Firefox and View doc size is there, mystery solved :slight_smile:

1 Like

Open Developer Tools in Chrome and go to the Network Tab.

Reload the web page.

The total number of requests, total page size and total download time are displayed in the status bar at the bottom of the window.

5 Likes

@felgall Brilliant fount it, Grazie mille!

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.