• 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

    (@emrevona)

    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)
  • You must be logged in to reply to this topic.