Important tips for a fast loading website

Typing by Oliver Thomas Klein

Important Tips for a fast loading web site

1. Optimise your HTML code

Make sure that your site doesn’t have any unwanted tags or broken links and that the code allows for quick load times. Errors on your web pages can slow down your website and so its essential that your website is error free!

2. Keep the use of graphics, images and Flash to a minimum.

These are the major contributors to the size of your web page so any reduction can only help, for example try using background colors and fills instead of heavy images. In editors like fireworks and flash you can see the various options in the preview panel to reduce the sizes. See how popular web sites like google and yahoo have pages that are very small in size and thus load in seconds.

3. Stick to simple designs

Most fast loading sites have very simple designs. Take the hint! Complicated designs will slow down your pages.

4. Spread out your content neatly

In case you find yourself having very long pages of content, break them down into separate logical sections and thus bring down the sizes of the individual pages.

5. Use Text Links instead of graphic buttons

Basically try to make use of text links as much as possible as they are easier to maintain. Use CSS Styles for text links to make them as attractive as buttons.

6. Use Server Side Include (SSI) files

SSI files once called from the web server reside in its cache so on subsequent requests they load faster. Use them wherever possible.

7. Use Div tags instead of Tables

Using Div tags instead of tables for your design is what you need to do for better load time and total control over your layout. It also ensures that it is scalable to allow for future design changes.

Effective Table Design: In case you must use tables use them wisely and sparingly. Design using nested tables instead of using cell merges and splits. Use separate tables where ever possible.

8. Check your W3C standard validity and Load time regularly

To maintain an excellent website you must give thought to how to improve your website on an almost daily basis! Maintain an error free website and tweek it regularly. Do remember to check your Load time and W3C code and CSS validity regularly.