Title: Browser caching
Last modified: January 4, 2017

---

# Browser caching

 *  Resolved [johnc1979](https://wordpress.org/support/users/johnc1979/)
 * (@johnc1979)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-3/)
 * I’ve just started using this plugin and I want to know if this plugin does browser
   caching at all? Do I have to make changes to the htaccess file, is it automatic
   or do I have to do something else? I’m running woocommerce if that makes a difference.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [LiteSpeed Technologies](https://wordpress.org/support/users/litespeedtech/)
 * (@litespeedtech)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-3/#post-8618437)
 * Hi [@johnc1979](https://wordpress.org/support/users/johnc1979/)
 * This plugin only does the full page cache, integrating it with the server. Any
   browser caching will have to be added separately. You can try adding the following
   rules to your .htaccess.
 * Let me know if it works,
    Kevin
 *     ```
       ExpiresActive On
       ExpiresByType image/gif "access plus 1 month"
       ExpiresByType image/jpeg "access plus 1 month"
       ExpiresByType image/png "access plus 1 month"
       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/x-icon "access plus 1 year"
       ExpiresByType image/svg+xml "access plus 1 year"
       ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
       ExpiresByType application/font-woff "access plus 1 year"
       ExpiresByType application/x-font-woff "access plus 1 year"
       ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
       ExpiresByType font/opentype "access plus 1 year"
       ExpiresByType font/ttf "access plus 1 year"
       ExpiresByType font/otf "access plus 1 year"
       ExpiresByType application/x-font-ttf "access plus 1 year"
       ExpiresByType application/x-font-otf "access plus 1 year"
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Browser caching’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [LiteSpeed Technologies](https://wordpress.org/support/users/litespeedtech/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-3/#post-8618437)
 * Status: resolved