Title: Browser Caching?
Last modified: November 5, 2019

---

# Browser Caching?

 *  Resolved [devrekli](https://wordpress.org/support/users/devrekli/)
 * (@devrekli)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/browser-caching-15/)
 * Hello. This plugin is fast but does not do Browser Caching. Can you add this 
   feature? thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Anonymous User 16850768
 * (@anonymized-16850768)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/browser-caching-15/#post-12109595)
 * We’re happy to hear that you like the performance of the Cache Enabler plugin.
   Currently we have no plans to add a feature that allows browser caching. Instead,
   this can be done by setting the [Cache-Control HTTP header](https://www.keycdn.com/support/cache-control)
   to your desired specifications.
 *  Thread Starter [devrekli](https://wordpress.org/support/users/devrekli/)
 * (@devrekli)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/browser-caching-15/#post-12118799)
 * @coreyk
 * Browser caching is important for pagespeed. I don’t want to use any other plugin
   for this. This feature is available in all cache plugins. It is important. The
   omission of this feature is a shortcoming.
 * I added:
 * > <filesMatch “.(ico|pdf|flv|jpg|svg|jpeg|png|gif|js|css|swf)$”>
   >  Header set 
   > Cache-Control “max-age=604800, must-revalidate” “expr=%{REQUEST_URI} !~ m#^/
   > wp-admin#” </filesMatch>
 * **But still pagespeed gives warning**. “Serve static assets with an efficient
   cache policy”
 * I couldn’t solve the problem. 🙁
 * thanks.
    -  This reply was modified 6 years, 6 months ago by [devrekli](https://wordpress.org/support/users/devrekli/).
 *  Anonymous User 16850768
 * (@anonymized-16850768)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/browser-caching-15/#post-12120768)
 * Thank you for sharing your feedback, we sincerely appreciate it.
 * To serve your static assets with an efficient cache policy you’ll need to check
   the content type of the assets being reporting and ensure that your rule is being
   applied correctly. For example, the following snippet could be used on an Apache
   server in the `.htaccess` files to cache files that match `.jpg`, `.jpeg`, `.
   png`, `.js`, and `.css` for seven days:
 *     ```
       <filesMatch ".(jpg|jpeg|png||js|css)$">
           Header set Cache-Control "max-age=604800"
       </filesMatch>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Browser Caching?’ is closed to new replies.

 * ![](https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cache-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cache-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cache-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cache-enabler/reviews/)

## Tags

 * [browser caching](https://wordpress.org/support/topic-tag/browser-caching/)

 * 3 replies
 * 2 participants
 * Last reply from: Anonymous User 16850768
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/browser-caching-15/#post-12120768)
 * Status: resolved