Title: Leverage Browser Cache
Last modified: August 30, 2016

---

# Leverage Browser Cache

 *  [Coco Eden](https://wordpress.org/support/users/coco-eden/)
 * (@coco-eden)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/leverage-browser-cache-4/)
 * I have tried multiple methods to remove the Google Pagespeed insights message
   on my business website.”Setting an expiry date or a maximum age in the HTTP headers
   for static resources instructs the browser to load previously downloaded resources
   from local disk rather than over the network”.
 * This includes loading ZenCache and switching it on and also allowing the client
   caching to be on.
 * I have also put this script into my .htaccess file initially in my Public_html
   directory then because of no change into the .htaccess file in my home directory.
   #
   BEGIN BrowserCaching
 * FileETag MTime Size
 * <IfModule expires_module>
    ExpiresActive on ExpiresByType text/plain “access 
   plus 1 week” ExpiresByType text/css “access plus 1 week” ExpiresByType text/javascript“
   access plus 1 week” ExpiresByType application/javascript “access plus 1 week”
   ExpiresByType application/x-javascript “access plus 1 week” ExpiresByType image/
   svg+xml “access plus 1 week” ExpiresByType image/gif “access plus 1 week” ExpiresByType
   image/png “access plus 1 week” ExpiresByType image/ico “access plus 1 week” ExpiresByType
   image/x-icon “access plus 1 week” ExpiresByType image/jpg “access plus 1 week”
   ExpiresByType image/jpe “access plus 1 week” ExpiresByType image/jpeg “access
   plus 1 week” ExpiresByType font/truetype “access plus 1 week” ExpiresByType application/
   x-font-ttf “access plus 1 week” ExpiresByType font/opentype “access plus 1 week”
   ExpiresByType application/x-font-otf “access plus 1 week” ExpiresByType application/
   font-woff “access plus 1 week” ExpiresByType application/vnd.ms-fontobject “access
   plus 1 week” ExpiresByType application/x-shockwave-flash “access plus 1 week”
   ExpiresByType application/x-httpd-php-source “access plus 1 week” </IfModule>#
   END BrowserCaching
 * The message however is not going away and I am unsure what to do next.
 * [https://wordpress.org/plugins/zencache/](https://wordpress.org/plugins/zencache/)

The topic ‘Leverage Browser Cache’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/zencache_3c4c6b.svg)
 * [ZenCache](https://wordpress.org/plugins/zencache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zencache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zencache/)
 * [Active Topics](https://wordpress.org/support/plugin/zencache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zencache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zencache/reviews/)

## Tags

 * [Leverage Browser Cache](https://wordpress.org/support/topic-tag/leverage-browser-cache/)

 * 0 replies
 * 1 participant
 * Last reply from: [Coco Eden](https://wordpress.org/support/users/coco-eden/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/leverage-browser-cache-4/)
 * Status: not resolved