Forum breadcrumbs – You are here:Asgaros Support ForumSupportDisable cache feature
Please or Register to create posts and topics.

Disable cache feature

Hello! Sorry to disturb you again 🙂 however, how do you think to add a feature as below:

To add “disable cache” button for forum pages content by adding the further code to head:

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<meta http-equiv=”Cache-Control” content=”no-store, no-cache, must-revalidate, post-check=0, pre-check=0″>
<meta http-equiv=”Pragma” content=”no-cache”>
<meta http-equiv=”Expires” content=”-1″>

The reason is that FF cache is annoying aggressive and makes a lot of problems with viewing before refresh, login for logged in already, etc. At the same time, it’s not good to disable cache for all the web site. Unfortunately there is no such opting at WP.

 

Hello @rgn_sss

Those meta-tags will not have any effect when people are using caching-plugins for WordPress because they will add the same meta-tags with different values.

If you are using any caching-extensions for WordPress there should be an option to disable them for specific pages only. In this case you have to add the page where your forum is located on this list.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!