Disable cache feature
Quote from rgn_sss on February 27, 2018, 4:46 pmHello! 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! 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.
Quote from Asgaros on February 27, 2018, 5:23 pmHello @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.
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.