=== atec Cache APCu === Contributors: DocJoJo Tags: APCu object-cache and the only APCu based page-cache plugin available. Requires at least: 5.2 Tested up to: 6.7 Requires PHP: 7.4 Stable tag: 2.1.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html APCu object-cache and the only APCu based page-cache plugin available. == Description == This plugin provides a super fast APCu object-cache and the only APCu based page-cache plugin available. Using an object-cache will speed up your site – APCu is the fastest cache, compared against the two other memory-based cache options Redis and Memcached. – Object caching involves storing variables and database queries thereby speeding up PHP execution times. This reduces the load on your server, and delivers content to your visitors faster. - Page caching refers to caching the content of a whole page on the server-side. Later when the same page is requested again, its content will be served from the cache instead of regenerating it from scratch. Requires PHP APCu extension. Lightweight (70KB) and resource-efficient. Backend CPU footprint: 6 ms. Frontend CPU footprint: <1 ms. == 3rd party as a service == Once, when activating the plugin, an integrity check is requested from our server (https://atecplugins.com/) – if you give your permission. Privacy policy: https://atecplugins.com/privacy-policy/ == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory or through the `Plugins` menu. 2. Activate the plugin through the `Plugins` menu in WordPress. 3. Click "atec Cache APCu" link in admin menu bar. 4. Enable Page-Cache in the `Settings` tab. == Frequently Asked Questions == - Use WP-CLI If you use WP-CLI to run .php scripts, please set "apc.enable_cli=1" in your php.ini – otherwise object-cache will not work. == Screenshots == 1. Settings 2. Cache Info 3. Server Info 4. Persistent Object Cache Groups 5. Page Cache Overview 6. Cache comparison (APCu, Redis, Memcached) == Changelog == = 1.0 [2023.04.07] = * Initial Release See changelog.txt for more details.