• Kramarz

    (@kramarz)


    Hi there,

    First of all love the speed and rankings increase that this plugin gave me.

    One question though, the website I’m testing your plugin is here – https://www.irishrecycledproducts.ie/ – and despite that I can see in .htaccess that there’s this setting – Header set Expires “max-age=2592000, public” – when I run a test through GTmetrix, it tells me on YSlow tab that, quote:

    “There are 82 static components without a far-future expiration date.”

    It even shows that there’s no expiration date on minified css files created by the plugin etc, rest is mostly plugins.

    Sorry, if that’s a noob question, but I’m only starting to play around with caching / minifying plugins, but is that how it should be in those results or something isn’t working yet in plugin?

    Cheers!

    https://www.ads-software.com/plugins/wp-fastest-cache/

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Emre Vona

    (@emrevona)

    but the rule which I sent works properly. Please do these steps.

    – Uncheck “leverage browser cache” on plugin setting page
    – open .htaccess and paste the code below

    <FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|x-html|css|xml|js|woff|ttf|svg|eot)(\.gz)?$”>
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault “access plus 1 month”
    ExpiresByType image/x-icon “access plus 1 year”
    ExpiresByType image/gif “access plus 1 month”
    ExpiresByType image/png “access plus 1 month”
    ExpiresByType image/jpg “access plus 1 month”
    ExpiresByType image/jpeg “access plus 1 month”
    ExpiresByType text/css “access 1 month”
    ExpiresByType application/javascript “access plus 1 year”
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    </IfModule>
    FileETag None
    </FilesMatch>

    Plugin Author Emre Vona

    (@emrevona)

    Hi St.Dragomir, I have added the feature of “expire headers”. Can do these steps please?

    – Deactive the plugin
    – Remove the files of the plugin
    – Download again
    – Re-install

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Expired Headers clarification needed’ is closed to new replies.