• The site speed test at http://www.webpagetest.org says that the transfer compression isn’t enabled on my site.

    I’ve selected and saved the ” Compress pages so they’re served more quickly to visitors.” option on the advanced settings page.

    This leaves me with questions. Did I manage to blow the setup, or is there a glitch in WP Super Cache? Alternately, should I install the GZip Super Ninja plug-in.

    Thanks!
    Mike

    https://wordpress.org/plugins/wp-super-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I did and I placed the gzip code under wp super cache end in htaccess in between wp begin worked fine much faster too. here is the code you don’t need the plugin

    # GZip Ninja Speed — Starts here
    # Do not write anything between “GZip Ninja Speed — Starts” and “GZip Ninja Speed — Ends”
    # It will be deleted while uninstalling GZip Ninja Speed plugin
    AddOutputFilterByType DEFLATE text/plain #GZip Ninja Speed
    AddOutputFilterByType DEFLATE text/html #GZip Ninja Speed
    AddOutputFilterByType DEFLATE text/xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE text/css #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/xhtml+xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/rss+xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/javascript #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/x-javascript #GZip Ninja Speed
    AddType x-font/otf .otf #GZip Ninja Speed
    AddType x-font/ttf .ttf #GZip Ninja Speed
    AddType x-font/eot .eot #GZip Ninja Speed
    AddType x-font/woff .woff #GZip Ninja Speed
    AddType image/x-icon .ico #GZip Ninja Speed
    AddType image/png .png #GZip Ninja Speed
    # GZip Ninja Speed — Ends here
    # GZip Ninja Speed — Starts here
    # Do not write anything between “GZip Ninja Speed — Starts” and “GZip Ninja Speed — Ends”
    # It will be deleted while uninstalling GZip Ninja Speed plugin
    AddOutputFilterByType DEFLATE text/plain #GZip Ninja Speed
    AddOutputFilterByType DEFLATE text/html #GZip Ninja Speed
    AddOutputFilterByType DEFLATE text/xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE text/css #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/xhtml+xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/rss+xml #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/javascript #GZip Ninja Speed
    AddOutputFilterByType DEFLATE application/x-javascript #GZip Ninja Speed
    AddType x-font/otf .otf #GZip Ninja Speed
    AddType x-font/ttf .ttf #GZip Ninja Speed
    AddType x-font/eot .eot #GZip Ninja Speed
    AddType x-font/woff .woff #GZip Ninja Speed
    AddType image/x-icon .ico #GZip Ninja Speed
    AddType image/png .png #GZip Ninja Speed
    # GZip Ninja Speed — Ends here

    Thread Starter mavery76266

    (@mavery76266)

    Thank you very much! I know what I’ll be doing tonight – editing and benchmarking! (Hope I have enough, but not too much, beer.)

    Thread Starter mavery76266

    (@mavery76266)

    Too fast for me to benchmark. However, http://www.webpagetest.org still says that the transfer compression isn’t enabled on my site.

    Do I need WordPress/Apache to be restarted for this to take effect?

    Thanks!

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

The topic ‘Compressing transfer?’ is closed to new replies.