Tagged Questions
1
vote
1answer
596 views
Google Chrome audit: resources are explicitly non-cacheable?
If I run a Google Chrome audit on a site, it lists all CSS, PNG, JPG, JS files and even the main domain (i.e. www.example.com) under the heading:
Leverage browser caching
The following resources ...
0
votes
2answers
1k views
.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 On
ExpiresByType ...