在新安裝WP超高速緩存之後,不少人想必都會去頁面的地下刷新一下看看這個插件特有的標籤是否存在,這也是證明插件生效的一大不錯的辦法,但是很有可能,你除了緩存的通知以外,你會看到另外一行:
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[……]