Title: client side caching
Last modified: August 22, 2016

---

# client side caching

 *  Resolved [Antonio Gallo](https://wordpress.org/support/users/antoniogallo/)
 * (@antoniogallo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/client-side-caching/)
 * How much longer is client-side caching if enabled?
 * Is it possibile to tune it?
 * For instance i’ve a blog that updates weekly so 1day of page caching is enough/
   reasonable for me and for a daily blog 1 hour.
 * Thanks.
 * [https://wordpress.org/plugins/zencache/](https://wordpress.org/plugins/zencache/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/client-side-caching/#post-5860788)
 * [@antoniogallo](https://wordpress.org/support/users/antoniogallo/) When it comes
   to Client-Side caching, ZenCache does not specify what should happen to the client-
   side cache, i.e., that is left up to the client browser itself.
 * That said, you can control this by setting a default expiration date in an `.
   htaccess` file:
 *     ```
       # Browser Caching
       FileETag MTime Size
   
       <IfModule expires_module>
           ExpiresActive on
           ExpiresDefault "access plus 1 week"
       </IfModule>
       ```
   
 * We have a related Feature Request open to add this functionality directly to 
   ZenCache. See [https://github.com/websharks/quick-cache/issues/134](https://github.com/websharks/quick-cache/issues/134)

Viewing 1 replies (of 1 total)

The topic ‘client side caching’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/client-side-caching/#post-5860788)
 * Status: resolved