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

    I can confirm the plugin is enabled.

    You can see this yourself by viewing the source code when visiting the site and checking the very bottom of the code for “<!– WP Fastest Cache file was created in”

    Have you made the suggested edits to your .htaccess file?

    Kind regards
    Jamie

    Thread Starter Mo1975

    (@mo1975)

    Hi Jamie,

    thanks so much for the speedy reply. I don’t really know anything about the .htaccess file.

    What exactly do I have to edit in my .htaccess file?

    Thanks again,
    Mo

    this is the file:

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{HTTP_HOST} ^www.schmittat.uk [NC]
    RewriteRule ^(.*)$ http\:\/\/schmittat\.uk\/$1 [R=301,L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{HTTPS} !=on
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp_woocommerce_session).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
    RewriteCond /homepages/20/d405516584/htdocs/schmittat_uk/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    ##### mobile #####
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{HTTPS} !=on
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp_woocommerce_session).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/wpfc-mobile-cache/$1/index.html -f [or]
    RewriteCond /homepages/20/d405516584/htdocs/schmittat_uk/wp-content/cache/wpfc-mobile-cache/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/wpfc-mobile-cache/$1/index.html” [L]
    ##### mobile #####
    </IfModule>
    <FilesMatch “\.(html|htm)$”>
    FileETag None
    <ifModule mod_headers.c>
    Header unset ETag
    Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
    Header set Pragma “no-cache”
    Header set Expires “Mon, 29 Oct 1923 20:30:00 GMT”
    </ifModule>
    </FilesMatch>
    # END WpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddType x-font/woff .woff
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    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-font-ttf
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch “\.(?i:ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|x-html|css|xml|js|woff|woff2|ttf|svg|eot)(\.gz)?$”>
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType image/gif A2592000
    ExpiresByType image/png A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/ico A2592000
    ExpiresByType image/svg+xml A2592000
    ExpiresByType text/css A2592000
    ExpiresByType text/javascript A2592000
    ExpiresByType application/javascript A2592000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    Header set Connection keep-alive
    </IfModule>
    FileETag None
    </FilesMatch>
    # END LBCWpFastestCache
    # BEGIN WordPress
    <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

    Plugin Author Emre Vona

    (@emrevona)

    Hi @mo1975, as I see that the gzip is not enable for js files. You need to contact to your hosting provider.

    Thread Starter Mo1975

    (@mo1975)

    Thank you, just spoke to them and they indeed detected a fault on their end.

    Thread Starter Mo1975

    (@mo1975)

    Hey Emre,

    I spoke to my provider and they said they chased the problem. Could you check again for me if gzip is now enabled for js files please?

    Thanks a lot!

    Plugin Author Emre Vona

    (@emrevona)

    no, gzip is not enable for js files.

    Thread Starter Mo1975

    (@mo1975)

    Emre, may I pick your brain one more time please?
    I spoke to my provider and they advised me to upload the following file:

    https://schmittat.uk/phpinfo.php

    here it says that gzip is enabled. In WPFC gzip compression is enabled. I refreshed the cache yesterday. If I test the site here:
    https://checkgzipcompression.com/?url=http%3A%2F%2Fschmittat.uk
    It still tells me that gzip is off.

    What can I do to fix this problem?

    Many thanks

    Plugin Author Emre Vona

    (@emrevona)

    really I don’t know ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not sure if plugin is doing anything’ is closed to new replies.