iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-17-2005, 12:50 AM
cz's Avatar
cz cz is offline
WebProWorld Veteran
 
Join Date: Mar 2004
Posts: 443
cz RepRank 3cz RepRank 3cz RepRank 3
Default How to Make a Site Load Faster

Can anyone share some good ideas about speeding up the load time of my site? It's the second link under my sig. I'd like to get it down near the "30 seconds through a 28k connection" standard. I can't think of anything else I can trim out. My product pics are not large files and my graphics aren't huge either??

Any opinions welcome. Thanks!
Reply With Quote
  #2 (permalink)  
Old 03-17-2005, 05:09 AM
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Cornwall, UK
Posts: 972
speed RepRank 1
Default

Move to using CSS for layout and controlling style as I find this can result in less code e.g.

<FONT SIZE=2 FACE="arial, helvetica">balh balh blah</FONT>

Would go to:
<span class="type1">blah blah blah</span>

Saving 12 characters in the HTML, add all those up and it can be quite a saving.

Then in the external style sheet you have:

.type1 { font-family: arial, helvetica; font-size 2; }

The style sheet is normally downloaded once then cached.

The other thing you can do is move the title banner to be the background of a <div> so that it is downloaded after the rest of the site, it'll give the appearance of the site loading faster.

Finally you should feed your site through the validator at http://validator.w3.org and fix all the errors.
Reply With Quote
  #3 (permalink)  
Old 03-17-2005, 05:56 AM
Faglork's Avatar
WebProWorld Veteran
 
Join Date: Feb 2005
Location: Forchheim, Germany
Posts: 938
Faglork RepRank 1
Default

A good overview:
"Fundamentals Of Web Site Acceleration"
http://tinyurl.com/5njsg

Greetings form Germany,
Alex
Reply With Quote
  #4 (permalink)  
Old 03-17-2005, 07:12 AM
Dragonsi's Avatar
WebProWorld Veteran
 
Join Date: Dec 2003
Location: Wales (UK)
Posts: 343
Dragonsi RepRank 0
Default

I viewed the site on a 46.6Kbps connection and it took less than 10secs to fully download and appear, not too bad really.

I agree that moving all formating to CSS will improve this even more.
__________________
www.westwalesweb.com
Website development & ICT solutions.
Reply With Quote
  #5 (permalink)  
Old 03-17-2005, 01:25 PM
cz's Avatar
cz cz is offline
WebProWorld Veteran
 
Join Date: Mar 2004
Posts: 443
cz RepRank 3cz RepRank 3cz RepRank 3
Default

Thanks for the input everyone. I appreciate it a lot. Excellent advice. I'll be getting started on your suggestions. The site draws a lot of dialup customers and every bit of speed I can squeeze out of it is good.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:08 PM.



Search Engine Optimization by vBSEO 3.3.0