: .htaccess and browser caching I ran across these suggested htaccess edits. Is this a good practice? Is this something I should implement on my wordpress site?: <IfModule mod_expires.c> ExpiresActive
I ran across these suggested htaccess edits. Is this a good practice? Is this something I should implement on my wordpress site?:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
More posts by @Annie201
2 Comments
Sorted by latest first Latest Oldest Best
yes, this is great practice.
I would also encourage you to checkout appcache. If you add one year to any file, it's good to make it browser-ready (AddType text/cache-manifest .appcache)
This is definitely good practice. Having the browser cache pages and resources is a great way to speed up page loading as well as reduce bandwidth usage on your server.
I recommend checking out Google's PageSpeed for more tips on how to improve the performance of your web pages.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.