Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Is a 70kb home-page too big?

 
Goto page 1, 2
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  keywords and ggogle  
Author Message
E Bentley

External


Since: Dec 04, 2006
Posts: 15



(Msg. 1) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Is a 70kb home-page too big?
Archived from groups: alt>www>webmaster (more info?)

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.

Thanks.

Ed.

 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Phil Payne

External


Since: Jul 15, 2006
Posts: 58



(Msg. 2) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Is a home-page too big if it is 70kb in size ?

Yes.

 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
trooperbill

External


Since: Dec 04, 2006
Posts: 17



(Msg. 3) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Phil Payne wrote:
> > Is a home-page too big if it is 70kb in size ?
>
> Yes.

Be serious. if your audience is broadband then thats find, if not then
think about staggering the html so it loads in in bits (i.e. dont use a
wrapper)

mark
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
trooperbill

External


Since: Dec 04, 2006
Posts: 17



(Msg. 4) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

E Bentley wrote:
> Thanks, guys, no I'm not aiming at a broadband-only audience.
>
> Admittedly, 70kb seems too big on MY dial-up connection, but I am
> tempted to believe nobody else has a connection as slow as mine.
>
> On the other hand, I just went to iwebtools.com and tested loading speed
> and it told me my homepage loads in 1.78 seconds . . . but I suppose
> that MUST have been measured under broadband conditions?
>
> Ed.

Ed... and without images!

Mark
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Karl Groves

External


Since: May 30, 2006
Posts: 452



(Msg. 5) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

E Bentley <eb.TakeThisOut@members.v21.co.uk> wrote in news:457596fe@news.greennet.net:

> 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.

Is that the size of the HTML, or the size of the HTML and all embedded
images, scripts, CSS, etc?



--
Karl Groves
www.karlcore.com
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Andy Dingley

External


Since: Mar 24, 2006
Posts: 248



(Msg. 6) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

E Bentley wrote:

> Is a home-page too big if it is 70kb in size ?

HTML, or the total with images?

It's fine for a total, huge for the page itself.
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Phil Payne

External


Since: Jul 15, 2006
Posts: 58



(Msg. 7) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> 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%.

Agreed. Yahoo is not currently a good example.
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 953



(Msg. 8) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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? 
Back to top
Login to vote
Karl Groves

External


Since: May 30, 2006
Posts: 452



(Msg. 9) Posted: Mon Dec 04, 2006 3:59 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"trooperbill" <markrush.RemoveThis@gmail.com> wrote in news:1165248814.178677.46990@
79g2000cws.googlegroups.com:

>
> Phil Payne wrote:
>> > Is a home-page too big if it is 70kb in size ?
>>
>> Yes.
>
> Be serious. if your audience is broadband then thats find, if not then
> think about staggering the html so it loads in in bits (i.e. dont use a
> wrapper)

So it loads in bits? What are you talking about?

--
Karl Groves
www.karlcore.com
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
E Bentley

External


Since: Dec 04, 2006
Posts: 15



(Msg. 10) Posted: Mon Dec 04, 2006 4:08 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> > Is a home-page too big if it is 70kb in size ?
Phil Payne wrote:
> Yes.

What's the highest size one should go to, Phil?

Ed.
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 11) Posted: Mon Dec 04, 2006 4:27 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

trooperbill wrote

>
> Phil Payne wrote:
>> > Is a home-page too big if it is 70kb in size ?
>>
>> Yes.
>
> Be serious. if your audience is broadband then thats find

OP didn't state it was for a "broadband audience", so the answer is yes.

--
Charles Sweeney
http://CharlesSweeney.com
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
E Bentley

External


Since: Dec 04, 2006
Posts: 15



(Msg. 12) Posted: Mon Dec 04, 2006 4:30 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks, guys, no I'm not aiming at a broadband-only audience.

Admittedly, 70kb seems too big on MY dial-up connection, but I am
tempted to believe nobody else has a connection as slow as mine.

On the other hand, I just went to iwebtools.com and tested loading speed
and it told me my homepage loads in 1.78 seconds . . . but I suppose
that MUST have been measured under broadband conditions?

Ed.
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Paul B

External


Since: Nov 05, 2006
Posts: 15



(Msg. 13) Posted: Mon Dec 04, 2006 5:09 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 04 Dec 2006 16:30:16 GMT, E Bentley <eb.RemoveThis@members.v21.co.uk>
wrote:

>Thanks, guys, no I'm not aiming at a broadband-only audience.
>
>Admittedly, 70kb seems too big on MY dial-up connection, but I am
>tempted to believe nobody else has a connection as slow as mine.
>
>On the other hand, I just went to iwebtools.com and tested loading speed
>and it told me my homepage loads in 1.78 seconds . . . but I suppose
>that MUST have been measured under broadband conditions?
>
>Ed.

Hi Ed
You could use Space Liner Remover from :
http://www. tucows.com/preview/343145

It will help you bring it down a bit in size. [and it's free]

hth
plh
Paul

--
Handmade jewelry, Texas :
http://www.houstoncrafts.com/gemstone/bracelet-507.html
http://www.houstoncrafts.com/gemstone/bracelet-508.html
http://www.houstoncrafts.com/turquoise/Necklace-111.html

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
E Bentley

External


Since: Dec 04, 2006
Posts: 15



(Msg. 14) Posted: Mon Dec 04, 2006 5:12 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Karl Groves wrote:
> Is that the size of the HTML, or the size of the HTML and all embedded
> images, scripts, CSS, etc?

Thanks, Karl. It's the size of the page as displayed in Explorer. I
don't think it involves the size of images stored separately in a
sub-directory.

Ed.
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Karl Groves

External


Since: May 30, 2006
Posts: 452



(Msg. 15) Posted: Mon Dec 04, 2006 5:12 pm
Post subject: Re: Is a 70kb home-page too big? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

E Bentley <eb DeleteThis @members.v21.co.uk> wrote in news:4575a840@news.greennet.net:

> Karl Groves wrote:
>> Is that the size of the HTML, or the size of the HTML and all embedded
>> images, scripts, CSS, etc?
>
> Thanks, Karl. It's the size of the page as displayed in Explorer. I
> don't think it involves the size of images stored separately in a
> sub-directory.
>

Let's backtrack a little:

The end user doesn't just download the page. Unless these items are cached,
they also download your external stylesheet, any external scripts, and all
images.

So, your total document weight is the page and *everything else* that comes
with it.

The ultimate test for this is to view the page over a dialup connection. If
it takes longer than 10 seconds for the page to render, it is too big.
Don't view 10 seconds as your goal, though. 10 seconds should be the
absolute limit.


--
Karl Groves
www.karlcore.com
 >> Stay informed about: Is a 70kb home-page too big? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]