Archive for May, 2008

Gzip your wordpress index for faster performance

Monday, May 26, 2008 20:59 No Comments

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 [...]

This was posted under category: Step By Step, Tips Tags: ,

Fight wordpress spammer

Friday, May 16, 2008 20:43 No Comments

“3546 comments waiting for moderation”
Wow, all of them already in akismet handle. But I still looking more information why that spam can enter my blog. After see the pattern I think my old post get most of spam target.
The only way to prevent that spam is simple : closing comment
To edit each post just for [...]

This was posted under category: Step By Step Tags: ,