开发者 | Ahlul Faradish Resha |
---|---|
更新时间 | 2012年1月26日 12:35 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.0 及以上 |
WordPress版本: | 3.3.1 |
Yes, it make sense.. why? because this plugin save loaded page as static files. Then when the page is requested again this plugin will read directly the cached file. This plugin will save lots of your memory, because if cached file is found this plugin will cut all wordpress process from the top. So as we know if you just hook wordpress process in middle (as others do) it will not work, because almost of wordpress process like database query performed before template is loaded.
This plugin will cache every page that process by server, that mean if you have script that process by browser ie: javascript, will not cache by this plugin. So this will not break your theme.
No, this plugin will ignore all url that contain "wp-".
This plugin will flush or will not use cached file if it receive GET or POST request. And can be flush too from this panel.
Hmm, since this plugin still at beta version I don't have much time to develop this plugin. So currently it will return status 200 (OK) for all cached url. But don't worry I'll upgrade this feature next time.