Gzip your wordpress index for faster performance
Monday, May 26, 2008 20:59Posted in category Step By Step, Tips
Simple way to compress your wordpress index page :
1. Download your index.php file from ftp
2. Open your php editor or use notepad to open index.php
3. Add this code on the top of your index.php file
ob_start(”ob_gzhandler”);
4. Save the file and upload back to your server with ftp client.
Done, you got gzip support for your wordpress index page.
|
|
|
|
|
![]() |
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.


