View Single Post
  #2 (permalink)  
Old 04-17-2008, 11:02 AM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 486
DaveSawers RepRank 3DaveSawers RepRank 3
Default Re: How to Compress HTML Files ?

Where did you get the 380k figure from? If it was from Dreamweaver for example, that figure could be misleading. Anyway, 380k is not huge. If speed is your quest, try using tracert to make sure there are no slow computers between yours and your web server. It may just be your server or your servers internet connection is slow.

Make sure that all your CSS and JavaScript are in separate files. That way they are only loaded once for the site, not repeated every page. Reduce reliance on tables by putting layout into the CSS. Use the same graphics on more than one page, so they are only loaded once for the site.
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote