Reducing page load times

With the ever increasing impatience of internet visitors, it is important that pages load as fast as possible. Here are some quick tips we implement when developing websites to keep the page size to a minimum:

1. CSS and Javascript should be in external files. This way, they are cached after the first page is visited.

2. For large images that cannot be optimized any further, load a placeholder and update it with the full version after the page has loaded.

3. Get faster hosting.

4. Use CSS instead of tables for layout.

5. Be a minimalist. Do you really need a sound on the home page? Are animations really needed to convey your message?

Like it? Share it!