Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other javascript files not being gzipped in wordpress Re: javascript files not being gzipped in wordpress

#120878
ilusk
Member

I’m not personally familiar with those plugins, so this is more of a shot in the dark, but do you have access to your .htaccess file on your server? If so, try downloading and using the Gzip compression section of the [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate “HTML5 Boilerplate”) setup. It has javascripts included in the list of files types to gzip for you. Open up the .htaccess file on GitHub and look around line 152 or so to find the module. Just copy that into your .htaccess file on your server and it *should* do it for you.

Alternatively, there appears to be [Good Documentation](http://zemalf.com/1443/w3-total-cache/ “Good Documentation”) on the subject of setting up Total Cache.

Sorry I can’t be of more help, but hopefully something here will spark something for you.