|
Posted on March 15, 2007 by Chris @ 9:39 pm
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 I’m fairly sure that this is an acceptable compromise during any possible digg effect if you have to pay for your bandwidth as the overhead of the gzip handler is compensated by the connection getting off the wire 6.8 times faster on this homepage for example. Its certainly a benefit during normal usage! UPDATE: Comments:
|


[...] blog.iloaf.com » Make Wordpress quicker. (tags: wordpress compression) [...]
Pingback by www.illallangi.com » links for 2007-05-08 — May 8, 2007 @ 12:53 am
[...] using Clean CSS caught my eye as well as a comment by Chris from Reflective Reality V2.0 on how to make WordPress quicker by adding a single line to my .htaccess file. I did the .htaccess thing. I wonder if my blog is any [...]
Pingback by I Feel The Need For Speed! Take Two - Untwisted Vortex — August 12, 2007 @ 6:43 am
I’ve checked in code that checks for zlib.output_compression in the super cache. If it’s enabled the WP-cache data files won’t be compressed.
Comment by Donncha O Caoimh — November 6, 2007 @ 10:00 pm