Slow loading websites are mostly ignored by visitors and as well as search engines. Yes, search engines no more ready to allow slow loading websites in their search results, if your website loads very slow, you will be instantly penalized by search engines in their SERP rankings. So it is not only your responsibility to keep your visitor happy and also to make the search engine crawler happy.
There are many reason for the slow loading website like slow web server performance, high size images, uncompressed JavaScript and CSS etc. So lets discuss how to speed up your website using 5 powerful tips.
Speed up Your Website:
- Optimize your images, reducing your image’s size can save up to 50% of load on website, but most of the webmasters not aware of this thing. To optimize your images you can use a best utility called YSmushit. This is a free and powerful utility by Yahoo developers community.
- Compress your CSS code, compressing your CSS sheet can speed up your style loading, and using compression utilities like CSS Drive will cut the size and improve the performance. And also try to compress your HTML also, that will greatly helping in improving page load time.
- Displaying text as image is another mistake usually done by webmasters, please avoid this, I am sure this will increase your SEO ranking also. Always use external CSS and Script Files. Don’t include CSS or JavaScript code in your HTML documents.
- Use Trailing Slashes when linking to directories. If you have your blog in a folder called “blog”, link to www.example.com/directory/ (with a trailing slash at the end) as opposed to www.example.com/directory.
- Avoid using tables and use DIV instead of tables this will improve your website loading speed better than before.
- Another extra but valuable tip is enable GZIP compression for your website using your web server, if your web server is using Apache then you can easily configure it by following some simple steps.
So this article is about how-to speed up your website in 5 ways, please let me know your comments and suggestion on this post.
Related Posts:
- Speed Up Your Website and Get Optimized in Search Results Speed up Website is a very important task, because search...
- Ten Ways to Improve Website Traffic Website traffic is a main concern for every webmaster, getting...
- Speed Up your WordPress blog for 20 times Faster to get high Priority in Google WordPress is a very powerful and most user friendly blogging...
- Top 10 tips for SEO which makes your website top on search engines Search engine optimization is a continuous process you need to...

I Love the YSmushit and CSS Drive Utility…it rocks.
How about using CDN? Any good CDN – Free or Paid?
If you are using the WordPress then go ahead and create your own CDN with W3 Cache plugin, if not you can signup with the Cloud-front CDN service which is free but with limited options and bandwidth restrictions
awesome post. Can you please explain how to enable gzip compression.