Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    compression is normally done on webserver level (AO tries to force Apache to compress using wp-content/cache/autoptimize/.htaccess), but if that doesn’t work you could try disabling the “serve as static file”-option, in which case the optimized JS/ CSS will be served as PHP-files and the PHP-code should take care of the compression @janqed.

    that being said; if you can reduce transfer size by 1.1MIB, then you sure have a huge amount of CSS and you could benefit from going “inline & defer” (cfr info in the FAQ).

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘CSS Compression’ is closed to new replies.