• Hi!
    I have install the plugin wp super cache but in Search Console notify me that i have warning in ‘Leverage browser caching’: and show me a big list of images with this message: (expiration not specified). In the plugin’s panel i put 304 Not Modified browser caching. Indicate when a page has not been modified since last requested. (Recommended) and in file htaccess is: <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access 1 month”
    ExpiresByType image/jpeg “access 1 month”
    ExpiresByType image/gif “access 1 month”
    ExpiresByType image/png “access 1 month”
    ExpiresByType text/css “access 1 month”
    ExpiresByType text/html “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresDefault “access 2 days”
    </IfModule>
    so, why search console tell me that? How can i fix it??

    https://wordpress.org/plugins/wp-super-cache/

The topic ‘One error on Leverage browser caching’ is closed to new replies.