Combine several CSS files into one

After many attempts, I found this plugin that implente the Google Minify solution to work fine. I guess this is the best way to go other than reinveinting the wheel. I’ve choosen this one because it allows to change the Minify script bahvior from the WP panel.

Does WP Super Cache really compress my pages? [closed]

I’m getting a Content-Encoding:gzip header when I visit your site… Cache-Control:max-age=300, must-revalidate Connection:Keep-Alive Content-Encoding:gzip Content-Type:text/html; charset=UTF-8 Date:Sat, 23 Apr 2011 15:27:48 GMT Keep-Alive:timeout=15, max=100 Server:Apache Transfer-Encoding:Identity Vary:Accept-Encoding,Cookie Also, you have a jQuery reference error in the wp-minify plugin 🙂

Compressing JS and CSS

Use a tool like Gulp to minify using NodeJS packages. Gulp Uglify for JS, Gulp CSS Min for CSS. As for GZip, you’ll need to enable that on your server config – Apache using mod_deflate in .htaccess and In IIS, you can set it up in “website properties” (Tab Services), and then allow “compress application … Read more