在新安装WP Super Cache之后,不少人想必都会去页面的地下刷新一下看看这个插件特有的标签是否存在,这也是证明插件生效的一大不错的办法,但是很有可能,你除了缓存的通知以外,你会看到另外一行:
1 2 3 4 5 |
<!-- Dynamic page generated in 0.577 seconds. --> <!-- Page not cached by WP Super Cache. Check your settings page. Not caching requests by known users. (See Advanced Settings page) --> //这里我设置了不为登录用户缓存,所以会这样提示。 <!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. --> //奇怪的提示,说延迟加载未设置。 |
以前使用WP Supe[……]