5 Tips That Will Make Your Website Really Fast

Hello my dear readers,

Modern site should be both fast and beautiful. Today I am going to share with you some hints that can help you improve your website performance.

1. When you want to create a hyperlink to a directory, always add a trailing slash (‘/’), otherwise your browser will have to do one more additional request to the server to find out that you are linking not to a file but to a directory.

2. If you update some pages very often, it makes sense to forbid browsers cache these pages. This is how it can be done: just add these meta-tags:

<META HTTP-EQUIV=”Expires” CONTENT=”Mon, 01 Jan 1990 1:00:00 GMT”>
<META HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>

3. Specify the width and height of EVERY image you insert into your web pages. This helps browser render your pages faster.
4. Use correct image format. Gif and PNG are ideal for logos and vector graphics; JPEG is designed for photos, so use it unly for photos. Five years ago Internet Explorer users experienced problems with PNG images, but not anymore, thus don’t be afraid of using it.

5. Combine all the little images you have into one single file (it’s usually called ‘CSS sprite’). This will help you save a few HTTP requests and your website will load much faster.

As you see, there are some very basic steps that can drastically improve your website performance.

Category: website performance  Tags:
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
2 Responses
  1. Fitz says:

    Holla! I just would like to give a large thumbs up for the great post. I will come back to your web-page for more soon ;)

  2. Fitz says:

    I’m satisfied to find your web-page.I want to thank for this amazing share! I definitelylove every little bit of it and I have added this site to my digg bookmarks to visit your blog on regular basis.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • Calendar

    February 2012
    M T W T F S S
    « May    
     12345
    6789101112
    13141516171819
    20212223242526
    272829