Title: cache-control no-store
Last modified: December 20, 2024

---

# cache-control no-store

 *  [mohome12](https://wordpress.org/support/users/mohome12/)
 * (@mohome12)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/cache-control-no-store/)
 * Hello, I’ve noticed that WP Fastest Cache adds “no-store” to Cache-Control headers
   in htaccess, which prevents browser back/forward cache (bfcache) from working.
   This causes a page refresh effect when users click the back button, instead of
   instantly restoring the previous page state.
 * Here’s the current .htaccess rule added by the plugin:
 * `Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" `
 * Is it safe to remove the “no-store” directive from this header? Or do you have
   any other solutions to enable bfcache while maintaining the plugin’s functionality?
 * Thank you for your help.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/cache-control-no-store/#post-18212181)
 * if you remove the cache control line, the previous visitors cannot see the changes
   on your site. Our users experienced many such problems, so we had to add the 
   line.

Viewing 1 replies (of 1 total)

The topic ‘cache-control no-store’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/cache-control-no-store/#post-18212181)
 * Status: not resolved