Linux 软件免费装

WP Fcashe

开发者 veisis
更新时间 2015年5月17日 22:47
PHP版本: 3.3 及以上
WordPress版本: 4.2.2

标签

caching speed cache performance optimize page cache output caching fragment cache partial cache

下载

0.1 0.1.1

详情介绍:

Warning: This plugin on it's own don't do anything. Integrate it in your theme or plugin. Usage: `if ( !f_cache_start('key', 180) ) { //printing data f_cache_end(); // IMPORTANT don't forgot this }` Function reference:

安装:

  1. Install plugin via WordPress plugin manager and activate it (https://codex.wordpress.org/Managing_Plugins).
  2. Go to WP Fcashe settings page and configure plugin.
  3. Integrate caching functions to optimize your theme and plugins.

更新日志:

0.1.1 Fix admin framework include. 0.1 Initial release.