How to Make Sites Loading More Faster


  1. Don’t use to much JavaScript.
    Almost webmasters using JavaScript to make an attractive sites. You can put nice slider, picture gallery and many else with it. Also some Adsense program using it, like Google Adsense, AdBrite, Infolinks, etc. To many installed JavaScript, of course will make your sites more slowly. So, i suggest you to remove the unnecessary ones.

    I have remove some several Adsense program from my sites, like Google Adsense (Ad links type) and Infolink. I decided to remove when i saw my earning stats. Just little bucks that i got from those ads.

  2. Using images optimizer plugins.
    It’s a must when we have a lot of images in our posts. I have use three plugins, WP Smush.it, WP Parallel Loading System, and YS images lazyload (Server Side). It’s really cool.

    WP Smush.it is a free WordPress plugins to reduce image file sizes and improve performance using the Smush.it API. Every image you add to a page or post will be automatically run through Smush.it behind the scenes. You don’t have to do anything different.

    YSLazyload lazy picture, only loaded after DOM elements finished, and to determine the current window to load and save your bandwidth resources. Since changes in the service side image src attribute, so compatible with all browsers.

    WP Parallel Loading System is a WordPress plugin that will enhance the loading efficiency of your Blog. This plugin will boost the loading time of your Blog. The more images you have the more it will improve.

  3. Using WP-Optimize Database Optimizer.
    All bloggers was to know that every time we save a new post or pages, WordPress creates a revision of that post or page. If you edit a post 6 times you might have 5 copy of that post as revisions. Imagine if your post or pages are long and big. WP-Optimize is a WordPress 2.7++ database cleanup and optimization tool. It doesn’t require PhpMyAdmin to optimize your database tables. It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks.

  4. Define image height and width with tags.
    Height and width tags tell the browser exactly how large the image will be, so it can load other elements of the page while the image loads. If you do not define the image size, the browser must wait for the image to load before it can load the text.

  5. Using CSS Sprites.
    Why it can be reduce sites loading time? CSS Sprites is a way to reduce the number of HTTP requests made for image resources referenced by your site. It get the image once, shift it around and only display parts of it, saves the overhead of having to fetch multiple images.

    Try to use CSS Sprite generator to make it for your website.
There are just a simple ways to reduce your sites loading. Maybe if you have another tips to make sites loading more faster, please share it with us in the comments, we’d love to hear your thoughts!

Please subscribe, leave a comment, follow this blog and share this article with your friends and colleagues.
by: http://kedirizone.blogspot.com

Share This On :


Related Post :

0 comments:

Post a Comment

 

Copyright © 2011 Kediri Zone | Design by Ibllezboy

▲ TOP