wp-cache with gzip compression without hacking:

One of the things I find annoying with wp-cache is that it’s not gzipped so the user experience of wordpress is helped by quicker first byte content delivery with almost zero overhead but hindered by slower page completion times.

Adding this line to “.htaccess” compresses all php output

php_value output_handler “ob_gzhandler”

I’m fairly [...]

Continue reading " Make Wordpress quicker. "