Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi kadishja

    For enable compression and leverage browsing cache.

    if nothing happen after activating or if the changes is not reflected in the google insight.

    Try to resave the permalinks

    Go to your settings >> permalinks >> select default and save >> and then switch it back to your original settings “Post name” and save it again. check again the google insight

    See faqs for more details

    https://www.ads-software.com/plugins/page-speed/faq/

    Thanks

    Thread Starter kadishja

    (@kadishja)

    I did this already, but nothing is happening.

    What is your site?

    so i can checked it in google insight

    thanks

    Thread Starter kadishja

    (@kadishja)

    trueflash.nl

    can you check your htaccess

    find something link this

    <ifmodule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    </ifmodule>

    if the code is there in your htaccess

    the problem is your hosting your htaccess is not writtable and need a permission

    Thread Starter kadishja

    (@kadishja)

    Something like this?

    #Gzip – compress text, html, javascript, css, xml
    <ifmodule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    </ifmodule>
    #End Gzip
    What do i have to do to fix this?

    yes that is the gzip for the compression

    so the code was in your htaccess and the problem is in your hosting/ web server

    the best way is to contact your hosting

    Thread Starter kadishja

    (@kadishja)

    Ok thank you i wil contact my hosting.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin not compressing’ is closed to new replies.