Most of us would came across the issue of “Blog not loading up Fast or Faster then others”. The Simple and logical solution which came was compressing the data would help WordPress Blog load faster then before. So, just started goggling for the same.. and What did I would, a superb trick to load your blog faster then even via compressing the word press and its content through a simple hack in WordPress code.
First, Copy the below code to the Notepad and save it as speed.txt on to the root directory of your Blog
<?php phpinfo(); ?>
Second, place the following code in your header (above the DOC TYPE):
<?php ini_set(’zlib.output_compression’, ‘On’); ini_set(’zlib.output_compression_level’, ‘1′); ?>
Make sure that “zlib” is enable by your service provider (Host Provider) In My case the service provider is Dream host : We automatically set up mod_gzip on all domains so you don’t have to do anything. - Dallas – DreamHost Head Honcho/Founder.
The above tip for Compressing WordPress Output for better loading of the blog for customers is provided via WP Recipes (One of the Best Solution Provider for WordPress Codex).
You can follow me on Twitter at http://twitter.com/binterest.Do stay tuned to Binterest.com for more, Best Way 2 do it, Subscribe to Binterest's Feed Updates



Speed up your blog Via Compressing WordPress http://ow.ly/OUrS
Comment by Malvinder Virdi — December 23, 2009 @ 1:51 PM
#Howto Speed up your #Blog Via Compressing #WordPress http://ow.ly/19n7c
Comment by Malvinder Virdi — February 20, 2010 @ 2:00 PM
RT @binterest: #Howto Speed up your #Blog Via Compressing #WordPress http://ow.ly/19n7c
Comment by Michael Davis — February 20, 2010 @ 2:05 PM