[wordpress插件] APC Object Cache BackendAPC对象缓存后端

wordpress 插件 文章 2020-02-19 15:30 493 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

APC Object Cache provides a persistent memory-based backend for the WordPress object cache.

APC对象缓存为WordPress对象缓存提供了基于内存的持久后端。

APC must be available on your PHP install.

APC必须在您的PHP安装中可用。

An object cache is a place for WordPress and WordPress extensions to store the results of complex operations.

对象缓存是WordPress和WordPress扩展存储复杂操作结果的地方。

On subsequent loads,

在后续加载中,

this data can be fetched from the cache, which will be must faster than dynamically generating it on every page load.

可以从缓存中提取这些数据,这要比在每次页面加载时动态生成数据都要快。

The APC Object Cache backend is also compatible with Batcache, the powerful full page caching engine that runs on WordPress.

APC对象缓存后端还与 Batcache (在WordPress上运行的功能强大的全页缓存引擎)兼容。

com

com

Be sure to read the installation instructions, as this is not a traditional plugin, and needs to be installed in a specific location.

请务必阅读安装说明,因为它不是传统的插件,不是,并且需要安装在特定的位置。

安装步骤

    1. Verify that you have PHP 5.2.4+ and a compatible APC version installed.
    2. 验证您已安装PHP 5.2.4+和兼容的APC版本。

    3. Copy object-cache.php to your WordPress content directory (wp-content/ by default).
    4. object-cache.php 复制到您的WordPress内容目录(默认为 wp-content / )。

    5. Done!
    6. 完成!

下载地址
https://downloads.wordpress.org/plugin/apc.2.0.6.zip
-EOF-

AI助手支持GPT4.0