Autoptimize helped me fix some issues, but itself has issue?
-
I installed Autoptimize early this week, it helped me fix some of the issues on my website, I am quite happy with this plugin still. But when I did GTmetrix testing, I found that some of the Autoptimized files appeared on the testing result that need to Leverage browser caching and Add Expires headers. Below are the expires header settings on my .htaccess file, what else should I do to fix this issue? Thanks:
<FilesMatch “.(ico|pdf|flv|jpg|jpeg|png|gif|svg|js|css|swf)$”>
Header set Cache-Control “max-age=84600, public”
</FilesMatch>
## EXPIRES HEADER CACHING ##
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType image/svg “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 1 month”
## EXPIRES HEADER CACHING ##The page I need help with: [log in to see the link]
- The topic ‘Autoptimize helped me fix some issues, but itself has issue?’ is closed to new replies.