• Resolved cdepa

    (@cdepa)


    Frank, how would I go about enabling gzip compression? Where do I put the following snippet?

    add_filter(‘autoptimize_filter_cache_create_static_gzip’,__return_true);

    Also, I plan on upgrading to PHP7.2 soon, will this snippet work now for PHP5.6 and 7.2 after upgrade?:
    add_filter(‘autoptimize_filter_cache_create_static_gzip’,’__return_true’);

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Enable gzip compression’ is closed to new replies.