Ok, great plugin, but ......
I think I found a bug and and I have a theory whats going on. If you have this plugin installed AND you select Options ->Reading ->WordPress should compress articles (gzip) ...
you get gibberish the second time around on a page. What I think is going on is the output to the browser goes something like this:
WordPress -> gzip (internal) -> cache -> browser
problem is, second time around it looks like maybe this is happening
cache hit -> gzip -> browser but the content in the cache hit is gzipped already (as evidenced by looking at the html file in the cache directory) and it gets run through the compressor AGAIN. So, when you get it on the browser, its garbage.
Looks like the cache population routine needs to intercept the output BEFORE it hits the zipper, cache it to disk, then feed it to the zipper when needed. This is especially true for browsers that can't handle zipped pages very well.
Thoughts?
Option B is screw it on the selection and let Apache mod_deflate do the compression, but I digress ...
Thanks for a cool plugin! It made a noticeable difference.
Eric