Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jamshidpour

    (@jamshidpour)

    Nice to see the plugin which i have spent times on it (translating), it’s now the best in this part.
    It has a nice feeling.

    I have updated the plugin, i click on “Enable GZIP Compression” and i receive the success message, 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”

    Here is the debug info:
    isApache: 1 (Apache)
    enabled: 1
    enabled-htaccess: 1
    plugin: 1.1.1

    Are you working on it ericmulder?

    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 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

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