Very simple way to use GZip for your blog template

Print This Post

Page Load time is very important factor for getting a good traffic and quality visitors. Many of us knows about GZip but for them who don’t know what is GZip; It is a compression tool for your webpage of blog page which will compress the output of the page and reduce the time taken for opening.

Follow the below mentioned steps to use GZip:

  • Wordpress users, add the code mentioned below at the start of the Index.php

<?php
ob_start(“ob_gzhandler”);
?>

  • At the end of the index.php, add the code mentioned below:

<?php
ob_flush();
?>

You are done. Now the output of the home page of your blog will be compressed and that’s why it will get loaded in very less time.

To know more about the Page Load Time, kindly refer my article “How to increase the page loading speed of websites or blogs“.

Enjoy the traffic.

Google Buzz
RSS for Internet Techies Hello there! If you are new here, you might want to subscribe to the RSS feed for updates.
Share it
One Response to “Very simple way to use GZip for your blog template”
  1. ireng_ajah says:

    How to implemet with Blogger (blogspot)??

Leave a Reply

If you have any query or question related to Blogging, Wordpress, Monetization thru Adsense, Plugins then kindly post your queries on Internet Techies Forum. We will definitely try to resolve that or some other members from our forum will do. Thanks for the consideration.

(required)

(required)