Viewing 4 replies - 1 through 4 (of 4 total)
  • You can’t control Google resources. They mess up everybody’s results.

    Have you turned on the Browser Caching setting (had to ask)?

    Look at your .htaccess files. Are there any conflicting directives?

    Thread Starter petezzzz

    (@petezzzz)

    I’m very newbie here so please – no problem if you have to ask me ‘dumb’ questions – I’m fairly dumb!

    In terms of Htaccess, I dont know what this means ‘Permission of .htacces must 644’

    Here is my htaccess file – I can’t see a conflict
    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteCond %{HTTP_HOST} ^www.scukalumni.org
    # Start WPFC Exclude
    # End WPFC Exclude
    # Start_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=SiteAdmin
    # End_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP_HOST} ^www.scukalumni.org
    RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WhatsApp|Mediatoolkitbot)
    RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot)
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !comment_author_
    RewriteCond %{HTTP:Cookie} !woocommerce_items_in_cart
    RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
    RewriteCond /customers/a/b/c/scukalumni.org/httpd.www/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    <FilesMatch “index\.(html|htm)$”>
    AddDefaultCharset UTF-8
    <ifModule mod_headers.c>
    FileETag None
    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 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>

    So is this the best I can do with your product? It is slower now in the rankings?

    Your cache control is definitely not what it should be.

    In the WP Fastest Cache settings, make sure that Browser Caching is turned on and save the settings.

    Pay attention to any error messages that appear ANYWHERE on the page and check error_logo and wp-admin/error_log for any related issues from the time of saving the settings.

    Plugin Author Emre Vona

    (@emrevona)

    hi @petezzzz, can you disable varnish cache and try please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Still Scoring a 7 for Leverage browser caching on pingdom’ is closed to new replies.