Linux 软件免费装
Banner图

Pods Alternative Cache

开发者 sc0ttkclark
更新时间 2024年3月25日 07:39
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

cache pods wpengine

下载

2.1.2 2.1.3 2.0.3 2.0.4 2.0.6 2.0.7 2.0.8 2.1.0 2.1.4 2.1.5 2.1.6 1.0 2.0 2.0.1 2.1.1 2.0.2 2.0.5 2.1.7 2.1.8 2.2.0

详情介绍:

Pods Alternative Cache provides optimal performance with Pods sites on hosts with no object caching or low limits. It was developed for and tested on the WPEngine platform to improve performance of cached objects generated from Pods, but it works on numerous other hosting providers. Pods Alternative Cache is a great addition to a site already utilizing Object Caching, it further separates and allows Pods to utilize more consistent persistent caching without affecting other plugins and WordPress caching objects. Especially when utilizing larger configurations, this plugin improves performance by ensuring other necessary objects are not removed by the server to make room for Pods cached objects. This plugin requires the Pods Framework version 2.4 or later to run. For more information on how to use this plugin, see https://pods.io/2014/04/16/introducing-pods-alternative-cache/. Also check out the FAQ below for more details on customizing the configuration through your wp-config.php file.

安装:

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP Admin plugin page)
  4. Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name

常见问题:

Why an Alternative Cache?

Hosts like WPEngine and GoDaddy have limits set on their object caching engine that are based on what they find optimal for their environment. Sometimes, plugins, themes, and even WordPress core can utilize object cache to the point where it gets too full. When that happens, certain caching engines like APC can remove objects from their cache and that can cause what appears to be random numbers of queries on each page load. What Pods Alternative Cache does is store all of the Pods objects that need caching, separate from the default object caching engine. Depending on the environment or site, this may still not be optimal. You'll want to test things out and keep an eye on your site's performance to see if it's the right fit for you.

What options are available?

In your wp-config.php, or prior to the plugins_loaded action, you can define other constants to change how the plugin works. Change the storage type (be sure to deactivate/activate between storage type switches): define( 'PODS_ALT_CACHE_TYPE', 'db' ); // Default is 'file', you can choose 'memcached' too Change the path to the File cache folder: define( 'PODS_ALT_FILE_CACHE_DIR', 'path/to/folder' ); // Default is 'wp-content/podscache' Set Memcached Server host or IP address define( 'PODS_ALT_CACHE_MEMCACHED_SERVER', '127.0.0.1' ); // Default is 'localhost' Set Memcached Server PORT number define( 'PODS_ALT_CACHE_MEMCACHED_PORT', 11211 ); // Default is 11211 Disable Pods Alternative Cache: define( 'PODS_ALT_CACHE', false ); // Default is true Disable object cache fallback, when File writes fail: define( 'PODS_ALT_CACHE_FALLBACK', false ); // Default is true

更新日志:

2.2.0 - March 24th, 2024 2.1.8 - March 24th, 2024 2.1.7 - March 13th, 2023 2.1.6 - March 6th, 2023 2.1.5 - September 30th, 2022 2.1.4 - September 30th, 2022 2.1.3 - March 1st, 2022 2.1.2 - September 4th, 2021 2.1.1 - August 14th, 2021 2.1.0 - July 14th, 2020 2.0.7 - March 2nd, 2020 2.0.6 - March 2nd, 2019 2.0.5 - November 15th, 2018 2.0.4 - October 26th, 2018 2.0.3 - October 23rd, 2018 2.0.2 - June 2nd, 2017 2.0.1 - July 13th, 2016 2.0 - June 23rd, 2016 1.0 - April 16th, 2014