Hi Vivek.
We don't have specific guides for those plugins, but a couple of suggestions:
WP Super Cache and a few others cache and compress the files (gzip), and then feed them to the server. With mod_pagespeed, we can decompress and recompress, but that's duplicate work.. So one specific suggestion would be: disable gzip compression in these plugins, but make sure that you have mod_gzip or similar configured on your apache server.
The general workflow is:
Let WPSC, or similar plugin cache the PHP output, then let mod_pagespeed apply its content and asset optimization filters, and then let Apache run its gzip compression at the end.
Ilya
On Wed, Oct 24, 2012 at 5:55 AM, OC2PS
<vi...@csillamvilag.com> wrote:
Now that mod_pagespeed is in 1.0, please can someone help me understand the best cache and configuration for WordPress?
mod_pagespeed is great, but it obviously can't optimize the script itself, which is where a WordPress caching plugin comes in. Should I use WP Super Cache, Quick Cache or W3TC? And how should I configure the plugin so as not to break anything, esp w.r.t. PageSpeed