我可以忽略W3 Total缓存中的插件缓存吗?

时间:2011-03-26 作者:Javier Villanueva

我目前有一个插件,可以在小部件中显示随机帖子。问题是,如果我激活w3 total缓存,只要缓存没有被清除,它就只会显示该帖子。有没有办法缓存除此插件以外的所有内容?

很抱歉,如果这个问题是新手提出的,我刚刚安装了插件,但在任何地方都找不到答案。

提前谢谢!

1 个回复
最合适的回答,由SO网友:Rarst 整理而成

您可以从插件的常见问题中尝试片段缓存:

Edit your templates to with the following syntax to ensure that dynamic features remain so:
Example 1:
<!-- mfunc any PHP code --><!-- /mfunc -->
Example 2:
<!-- mfunc -->any PHP code<!-- /mfunc -->
Example 3:
<!--MFUNC           -->
                                      echo rand();
<!--/mfunc -->
Example 4:
<!-- mclude path/to/file.php --><!-- /mclude -->
Example 5:
<!-- mclude -->path/to/file.php<!-- /mclude -->
但我个人的观点是,摆脱过于活跃的东西。除非它是关键功能(如在电子商务中),否则它通常是无用的。

我可以忽略W3 Total缓存中的插件缓存吗? - 小码农CODE - 行之有效找到问题解决它

我可以忽略W3 Total缓存中的插件缓存吗?

时间:2011-03-26 作者:Javier Villanueva

我目前有一个插件,可以在小部件中显示随机帖子。问题是,如果我激活w3 total缓存,只要缓存没有被清除,它就只会显示该帖子。有没有办法缓存除此插件以外的所有内容?

很抱歉,如果这个问题是新手提出的,我刚刚安装了插件,但在任何地方都找不到答案。

提前谢谢!

1 个回复
最合适的回答,由SO网友:Rarst 整理而成

您可以从插件的常见问题中尝试片段缓存:

Edit your templates to with the following syntax to ensure that dynamic features remain so:
Example 1:
<!-- mfunc any PHP code --><!-- /mfunc -->
Example 2:
<!-- mfunc -->any PHP code<!-- /mfunc -->
Example 3:
<!--MFUNC           -->
                                      echo rand();
<!--/mfunc -->
Example 4:
<!-- mclude path/to/file.php --><!-- /mclude -->
Example 5:
<!-- mclude -->path/to/file.php<!-- /mclude -->
但我个人的观点是,摆脱过于活跃的东西。除非它是关键功能(如在电子商务中),否则它通常是无用的。