Linux 软件免费装

APCu Object Cache Backend

开发者 pierreschmitz
更新时间 2019年6月23日 15:20
捐献地址: 去捐款
PHP版本: 3.3.0 及以上
WordPress版本: 5.2
版权: GPLv3 or later
版权网址: 版权信息

标签

speed cache performance backend apc batcache object cache apcu

下载

1.0.0 1.0.1 1.0.2 1.0.3 2.0.0

详情介绍:

Using this Plugin WordPress is able to store certain regular used elements into a persistent cache. Instead of computing complex operations over and over again on every single page request, its result is stored in memory once and from then on fetched directly from the cache on future page requests. Such an object cache will reduce access to your database and speed up page loading. This implementation uses APCu's variable cache as backend.

安装:

  1. You need to install and configure the APCu PHP extension.
  2. Download and extract the content of the archive file.
  3. Upload the file object-cache.php of this plugin into your /wp-content/ directory. Note that this file needs to be stored directly into your content directory and not under the plugins directory.
  4. This plugin should now work without any further configuration. Check if it is listed under Plugins -> Installed Plugins -> Drop-ins.

常见问题:

"Cannot redeclare wp_cache_add()..."

This error indicates that you likely have two copies of the object cache installed. Make sure you have put the file object-cache.php into your /wp-content/ directory only. Do not upload it to the /wp-content/plugins directory or any subdirectory like /wp-content/plugins/apcu. The APCu Object Cache Backend is not a regular WordPress plugin but a Drop-in. Therefore you cannot store it into the plugins directory.

更新日志:

2.0.0 1.0.3 1.0.2 1.0.1 1.0.0