And lo, E Bentley didst speak in alt.www.webmaster:
> Is a home-page too big if it is 70kb in size ?
>
> All the other pages on my site are about 12kb to 15kb in size.
The following calculation applies only to the source.
Go to your homepage in any browser and hit CTRL-A then CTRL-C. Open
notepad and hit CTRL-V, then save this file.
Divide the size of this text file (in bytes) into the size of the homepage
source (70kB = 71680 bytes), then multiply by 100 to get a percentage.
Above 10% and you're probably okay. The size of your inline content
(images, flash, etc.) should be a larger concern WRT download times.
If it is less than 10%, you're pushing things.
If it is less than 5%, your homepage is *definitely* too big. A serious
second look at the source is in order.
For example, let's look at Yahoo!'s front page. Taken as is, the
percentage we come up with is just over 2%. Yahoo!'s homepage is
definitely too big. When you look at the source, you see that the Yahoo!
developers have included most of their scripts and styles inline, where
they cannot be properly cached. If Yahoo! served these files external to
the homepage, the percentage would rise to a much more palatable 8%.
Grey
--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
-
http://www.greywyvern.com/orca#search - Orca Search: Full-featured
spider and site-search engine
>> Stay informed about: Is a 70kb home-page too big?