Many webmasters get caught up in the design and creation process that they forget that visitors will have to download all of it. Forgeting to optimize your code and graphics for your site will increase your website's load time and will determine future visits.
In order to keep your site in peak condition and always loading as fast as possible even for visitors with slow connection, consider the following aspects:
Image OptimizationAn image's file size is usually the main reason web pages load slow. To combat this problem, you can either decrease the image's dimensions or decrease the image's resolution. When creating your images, always ask yourself if you can decrease the dimensions but still create the same effect you would like. Can I accomplish the same thing by starting off with smaller image dimensions or by using the crop tool in my image editing program? If so, always use the smallest image possible while maintaining visiblity.
You can also optimize your images by reducing the image's resolution. With a program like Image Ready, which comes bundled with Adobe Photoshop, you can use a "Save for Web" utility. Always use this utility to change the amount of colors in an image. Always use the least amount of colors, again, while maintining visibility. Changing the format of the image from GIF to JPG, or vice versa, can also drastically reduce an image's file size.

Optimized image (gif, 15kb)
<img src="OptimizedImage.gif" width="175" height="150">
As I'm sure you already know, the more images there is on a site, the slower the page will load. If you can, try to keep images down to a minimum, but don't sacrifice your vision for page speed. If anything, try an alternate way to achieve your layout goals - when used correctly, the minimal presence of images can be an effective design technique.
Image Tag FormatingAnother way to decrease a page's load time is to predefine the dimensions of your images in your source. By doing this, the browser can read ahead and determine how much space the image will occupy on the page. Although doing this won't drastically speed up your site, it still helps. If you are not sure how to do this, here is a quick example.
<img src="yourimage.gif" width="200px" height="100px">Image Use
Do you have a secondary page where you could use an image that you used on your home page or different secondary page? If so, use it! By doing so, the image will have already been downloaded to the visitor's browser cache. The computer will not have to download the image again and will decrease load time.
Text ManagementIf you have large pages of text, break it down into more manageable chunks. Spreading text out isn't a bad thing; it's easier on the eyes and faster to load.
Learn more about website optimization at http://www.websiteoptimization.com/speed/toc/
Related Articles
- Simple Ways To Make Your Website Load FasterCreating a website that loads quickly is important for you and your business. If you have a website that loads too slowly, potential visitors and even customers will simply give up and click away.
- Optimize Your Graphics For The WebHeavy graphics cost you money and traffic. They cost you money because heavy graphics require both significant storage space and bandwidth. Since your web host will usually give you a limited amount of storage space and a maximum data transfer allowance, heavy graphics can cause you to exceed tho...
- Pros and Cons of Flash-based SitesFlash-based sites have been a craze since the past few years, and as Macromedia compiles more and more great features into Flash, we can only predict there will be more and more flash sites around the Internet.
- Optimize Your Graphics For A Fast Loading SiteHeavy graphics cost you money and traffic. They cost you money because heavy graphics require both significant storage space and bandwidth. Since your web host will usually give you a limited amount of storage space and a maximum data transfer allowance, heavy graphics can cause you to exceed those ...
- Deadly Google Mistakes For SEOsAlthough I am exaggerating a bit, there are mistakes that can get your website banned, or penalties.
- Make Sure Your Site Loads FastEvery site must exert every effort in order to make their websites load fast. Too slow or lousy loading drives away visitors. The reason behind is - they dont want to WAIT, that is!
- Optimize Your Photos For The WebIt doesnt matter if your emailing photos of your grandson or putting images of your latest product on your online store. Too many people dont consider optimizing their photos for the web. Weve all been on too many web pages where it seemed that the photos would never load, and sometimes they d...
- Create Effective Keywords and be The ChampionChoosing the right keywords for your site is sure to boost your traffic. Yet the wrong choice may leave you without visitors. Here you’ll find the rules of choosing those magical keywords.
- Your Web Page Check ListThe appearance of your web site text can actuallyincrease or decrease your sales. The size, font, styleand color of your text can easily affect your readersbuying decision. Below are ten points to considerwhen typing text on your web site...
- Make your Web Page Loading FastThis article will tell you everything you need to know to get your webpage loading at maximal speed. The author gives you nine ways to increase your speed, and he tells you how to make the necessary changes to get very fast load times.
