compression is normally done at webserver level, AO has some specific directives (.htaccess) for Apache but if you’re not on Apache you could also switch the “static delivery” option off (last of the advanced options), in which case your autoptimized CSS/JS will be delivered by PHP-code which takes care of the compression.
hope this helps,
frank
Hi Frank,
Thanks for confirming. I was assuming that would be the best option for the CSS/JS compression.
I have enabled compression at the server level, however some resources are still having an issue.
I was able to remove the JS and CSS files by your suggestion, so thanks for that.
Regards,
Mark
yeah, wp-emoji-release.min.js is actually called by inline JS, so AO can’t aggregate it itself. but if that one is not compressed, then you might have to add compression for .js-files (text/javascript and/or application/javascript mime types) on server-level as well.
frank