Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Author Richards Toolbox

    (@richards-toolbox)

    Hi dualsun,

    This seems to be a bug on our side, since GZIP compression is enabled on your website. But our server doesn’t seem to detect it. I’ll forward this to our developers.

    Richard

    Plugin Contributor ericmulder

    (@ericmulder)

    Hi dualsun,

    This issue has been fixed. Does the plugin work now?

    Eric

    Plugin Author Richards Toolbox

    (@richards-toolbox)

    Just to explain a bit, it turnes out, your domain doesn’t automatically resolve to the non-www domain.

    You can check this here: https://checkdefaultdomain.com/?url=https%3A%2F%2Fwww.yousogetme.com

    skadnan4

    (@skadnan4)

    Hello,
    I am also facing same issue. Error is showing “GZIP compression is disabled. Please go to the plugin admin page to enable GZIP compression and make your site 0% smaller!”

    Any suggestions.
    My Website – https://amazingfactsforyou.com/

    Plugin Author Richards Toolbox

    (@richards-toolbox)

    Hi skadnan4,

    It seems your website is offline. Is that correct?

    Richard

    I am also having the same issue on one of our websites.

    https://www.emporium.com.au/

    Mac

    i am having the same problem. i cannot enable the pluggin.

    I am having the same issue. On some sites on the same server, GZIP remains enabled, but on this one:

    https://judyjoo.com/

    I enable it, it shows as enabled, I click to another page in admin and I get the warning that it is disabled again. I used your tool to check externally and it also shows that GZIP is disabled.

    Plugin Contributor ericmulder

    (@ericmulder)

    Hi jsrobinson,

    Does the preview mode work?

    Eric

    Yes, it does and checkgzipcompression.com verified that the preview URL was indeed sending a gzipped page.

    Plugin Contributor ericmulder

    (@ericmulder)

    Interesting… Is it possible for you to check your .htaccess file contents? See also https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html

    I have the same problem as jsrobinson.
    I click on “Enable GZIP Compression” and i receive the following success message:
    “You’re blessed! It’s GZIP Enabled. GZIP is enabled. Enjoy!”
    But after refreshing the page i see:
    “GZIP is not enabled ??
    GZIP is not enabled for https://bosch-land.com 85.1% could be saved”
    and when i check it on checkgzipcompression.com it says GZIP is not anabled.
    When i check the preview mode URL (temporarily enabled GZIP Compression) on the checkgzipcompression.com it says that GZIP Compression is enabled.

    kind regards

    Plugin Contributor ericmulder

    (@ericmulder)

    Thanks for the report, is it possible for you to give me your .htaccess file contents? Don’t edit it, just post the contents here.

    See also https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html

    Thank you Eric for fast responding, the following is my .htaccess content:

    # BEGIN WordPress

    # BEGIN GZIP COMPRESSION BY RICHARD’S TOOLBOX
    <IfModule mod_deflate.c>
    #add content typing
    AddType application/x-gzip .gz .tgz
    AddEncoding x-gzip .gz .tgz

    # Insert filters
    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
    AddOutputFilterByType DEFLATE application/x-httpd-php
    AddOutputFilterByType DEFLATE application/x-httpd-fastphp
    AddOutputFilterByType DEFLATE image/svg+xml

    # Drop problematic browsers
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

    # Make sure proxies don’t deliver the wrong content
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    # END GZIP COMPRESSION
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I am also having the same problem. It was working fine yesterday. But today i am getting the screen like this:
    “GZIP is not enabled ??
    GZIP is not enabled for https://www.rmahmood.com 0% could be saved

    Powered by richardstoolbox.com & The Marketing Gang”

    Nothing else. No options to enable it back.

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘unable to enable it,’ is closed to new replies.