Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Average Web Page Size ?

0 views
Skip to first unread message

James Goodchild

unread,
Aug 18, 1995, 3:00:00 AM8/18/95
to
Are there any stats on the average size of a web page?


TIA,

James
jam...@bnr.ca

Robbert Heederik

unread,
Aug 18, 1995, 3:00:00 AM8/18/95
to
James Goodchild <jam...@bnr.ca> writes:

>Are there any stats on the average size of a web page?

Some quick statistics, based on the homepages of the different servers here:

find /home/*/public_html -name \*.html -ls | awk '{a++;s+=$7}END{printf("%8d files %8dK total size %8d bytes avg size\n", a, s/1024, s/a)}'

650 files 2453K total size 3865 bytes avg size
6725 files 19520K total size 2972 bytes avg size
854 files 3627K total size 4350 bytes avg size

Robbert.
--
Robbert Heederik - heed...@fwi.uva.nl - http://www.fwi.uva.nl/~heederik/
Department of Mathematics and Computer Science - University of Amsterdam
St. Alphonzo's Pancake Homepage - http://www.fwi.uva.nl/~heederik/zappa/

James Goodchild

unread,
Aug 22, 1995, 3:00:00 AM8/22/95
to heed...@fwi.uva.nl
Robbert,

Does your analysis include non HTML files? Especially images.

I noticed that on your homepage, you have a 27 KB gif image
as well as the html text.

Thanks,

James
jam...@bnr.ca

info...@gmail.com

unread,
Dec 30, 2004, 12:24:47 AM12/30/04
to
Check out this cool tool for detecting and reporting on page size:
http://www.info-pack.com/pagesize/

You can run it on the homepages of all the sites in your market to get
an idea of how big your page should be.

We have found it varies between different site categories.
Regards
Info-pack.com

0 new messages