=== Mega Cache === Contributors: WPMegaCache Tags: Page cache to improve site speed. Reduces CPU time, memory usage and number of database queries by an order of magnitude. Requires at least: 5.2 Tested up to: 6.7.1 Requires PHP: 7.4 Tested up to PHP: 8.4.1 Stable tag: 1.0.13 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Page cache to improve site speed. Reduces CPU time, memory usage and number of database queries by an order of magnitude. == Description == This plugin provides an effective page cache supporting all cache types (APCu, Redis, Memcached, SQLite, MongoDB, MariaDB, MySQL and File). Page caching refers to caching the content of a whole page on the server-side. Later, when the same page is requested again, the content will be served from the cache instead of regenerating the page from scratch. Lightweight (250KB) and resource-efficient. Backend CPU footprint: 1 ms. Frontend CPU footprint: <1 ms. == 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 "Mega Cache" link in admin menu bar. 4. Select the storage and enable the page cache in the `Settings` tab. == Frequently Asked Questions == == Screenshots == 1. Dashboard 2. Settings 3. Page Cache 4. Items per cache type 5. Statistic: No-Cache versus Mega-Cache 6. Statistic: WP Cache-Page-Plugins comparison == Changelog == = 1.0.13 [2024.12.06] = * Fixed install script = 1.0.12 [2024.12.06] = * Debug tab = 1.0.11 [2024.12.06] = * Update tab = 1.0.10 [2024.11.28] = * License key handling = 1.0.9 [2024.11.27] = * Cleanup Couchbase = 1.0.8 [2024.11.27] = * WP approved = 1.0.7 [2024.10.07] = * review = 1.0.5, 1.0.6 [2024.09.01] = * _idx table = 1.0.4 [2024.08.30] = * Improved = 1.0.3 [2024.08.29] = * Stats = 1.0.1, 1.0.2 [2024.08.27] = * MU-plugin = 1.0 [2024.08.13] = * Initial Release