Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Frank Goossens

    (@futtta)

    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

    Thread Starter marksworld

    (@marksworld)

    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

    Plugin Author Frank Goossens

    (@futtta)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘JS and CSS not compressing?’ is closed to new replies.