Linux 软件免费装
Banner图

{eac}ObjectCache - a persistent object cache using a SQLite database to cache WordPress objects.

开发者 kevinburkholder
更新时间 2025年6月4日 09:11
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv3 or later
版权网址: 版权信息

标签

performance object cache sqlite wp cache {eac}Doojigger persistent object cache

下载

1.0.4 1.0.3 1.1.0 1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.3.2

详情介绍:

The {eac}Doojigger Object Cache ({eac}ObjectCache) is a light-weight and very efficient drop-in persistent object cache that uses a fast SQLite database to cache WordPress objects. See The WordPress Object Cache
The WordPress Object Cache is used to save on trips to the database. The Object Cache stores all of the cache data to memory and makes the cache contents available by using a key, which is used to name and later retrieve the cache contents. By default, the object cache is non-persistent. This means that data stored in the cache resides in memory only and only for the duration of the request. Cached data will not be stored persistently across page loads unless you install a persistent caching plugin.
Here, an object is any piece of data - a number, text, a set of database records, an API response, etc. - that can be referenced by a name or key. Objects are categorized by a group name. Groups help identify what an object is and how it is used. {eac}ObjectCache replaces the default WordPress object cache to not only store data in memory but to also store data persistently, across requests, in a SQLite database, increasing the likelihood of cache hits and decreasing the need for costly computations, complex MySQL database queries, and remote API requests. SQLite is a fast, small, single-file relational database engine. By using SQLite to store objects, {eac}ObjectCache is able to manage a relatively large amount of data (groups, keys, and values) in a very efficient and fast data-store. Features

安装:

{eac}ObjectCache is an extension plugin to and is fully functional with installation and registration of {eac}Doojigger. However, the core object-cache.php file may be installed without {eac}Doojigger (referred to as 'detached' mode). In detached mode, the plugin will attempt to copy the object-cache.php file to the /wp-content folder on activation, or you may manually copy the object-cache.php file from the plugin /src folder to the /wp-content folder to activate. Options can then be set using the documented PHP constants in the wp-config.php file. Automatic Plugin Installation This plugin is available from the WordPress Plugin Repository and can be installed from the WordPress Dashboard » Plugins » Add New page. Search for 'EarthAsylum', click the plugin's [Install] button and, once installed, click [Activate]. See Managing Plugins -> Automatic Plugin Installation Upload via WordPress Dashboard Installation of this plugin can be managed from the WordPress Dashboard » Plugins » Add New page. Click the [Upload Plugin] button, then select the eacobjectcache.zip file from your computer. See Managing Plugins -> Upload via WordPress Admin Manual Plugin Installation You can install the plugin manually by extracting the eacobjectcache.zip file and uploading the 'eacobjectcache' folder to the 'wp-content/plugins' folder on your WordPress server. See Managing Plugins -> Manual Plugin Installation Settings Once installed and activated, options for this extension will show in the 'Object Cache' tab of {eac}Doojigger settings.

屏幕截图:

  • Object Cache (Advanced Options)
  • Object Cache (Cache Stats)

其他记录:

Additional Information {eac}ObjectCache is an extension plugin to and is fully functional with installation and registration of {eac}Doojigger. However, the core object-cache.php file may be installed without {eac}Doojigger - referred to as 'detached' mode. In detached mode, the plugin will attempt to copy the object-cache.php file to the /wp-content folder on activation, or you may manually copy the object-cache.php file from the plugin /src folder to the /wp-content folder to activate. Options can then be set using the documented PHP constants in the wp-config.php file.

更新日志:

Version 1.3.2 – June 3, 2025 Version 1.3.1 – April 19, 2025 Version 1.3.0 - April 11, 2025 Version 1.2.2 - April 4, 2025 Version 1.2.1 - March 30, 2025 Version 1.2.0 - March 20, 2025 Version 1.1.0 - March 13, 2025 Version 1.0.4 - May 24, 2024 Version 1.0.3 - April 3, 2024 Version 1.0.2 - February 17, 2024 Version 1.0.1 - January 24, 2024 Version 1.0.0 - December 9, 2023 Version 0.5 Version 0.4 Version 0.3 Version 0.2 Version 0.1