Aug
How to compressed content of WordPress without using gzip!
Filed Under (Tips & Tricks) by admin on 05-08-2010
Tagged Under : PHP, WORDPRESS
We all know that WordPress is one of the most popular CMS for blogging. It’s user friendly UI and safety make it accepted in mass.
I just want to increase download speed of my blog. So, I used some Plugin of to do so. It did but not to my satisfaction. Moreover, I did not have GZIP facilite in my server, so I need to take other way. I log into my server thruough FTP software and opened index.php file of my blog and add following PHp code at top of the page.
==========CODE ============
Wait, it is not done yet. What about CSS files?
We need to compress them too. Here are the steps that you need to do:
========== CODE - TOP ============
========== CODE - BUTTOM ============
Hope you will find it usefull and please do share your knowledge to make it better.

