Skip to content

Pierre-Lannoy/wp-apcu-manager

Repository files navigation

APCu Manager

version php wordpress license

APCu Manager is a full featured APCu management and analytics reporting tool. It allows you to monitor and optimize APCu operations on your WordPress site or network.

See WordPress directory page or official website.

APCu Manager offers a persistent object cache backend to WordPress: just activate the option in the settings and you will experience a real speed up of your site or network.

APCu Manager works on dedicated or shared servers. It is compatible with all plugins using APCu, like PerfOps One suite or W3 Total Cache. Its main management features are:

  • drop-in replacement for WordPress object caching;
  • individual object deletion;
  • bulk object deletion;
  • objects browsing and inspecting;
  • smart garbage collection;
  • full cache clearing.

⚠️ APCu Manager doesn't work on PHP clustered environments!

APCu Manager is also a full featured analytics reporting tool that analyzes all APCu operations on your site. It can report:

  • KPIs: hit ratio, free memory, cached objects, keys saturation, memory fragmentation and availability;
  • metrics variations;
  • metrics distributions;
  • plugins consumption.

APCu Manager supports multisite report delegation.

APCu Manager is part of PerfOps One, a suite of free and open source WordPress plugins dedicated to observability and operations performance.

The development of The PerfOps One plugins suite is sponsored by Hosterra - Ethical & Sustainable Internet Hosting.

APCu Manager is a free and open source plugin for WordPress. It integrates many other free and open source works (as-is or modified). Please, see 'about' tab in the plugin settings to see the details.

WP-CLI

APCu Manager implements a set of WP-CLI commands. For a full help on these commands, please read this guide.

Hooks

APCu Manager introduces some filters and actions to allow plugin customization. Please, read the hooks reference to learn more about them.

Installation

  1. From your WordPress dashboard, visit Plugins | Add New.
  2. Search for 'APCu Manager'.
  3. Click on the 'Install Now' button.

You can now activate APCu Manager from your Plugins page.

Support

For any technical issue, or to suggest new idea or feature, please use GitHub issues tracker. Before submitting an issue, please read the contribution guidelines.

Alternatively, if you have usage questions, you can open a discussion on the WordPress support page.

Contributing

Before submitting an issue or a pull request, please read the contribution guidelines.

⚠️ The master branch is the current development state of the plugin. If you want a stable, production-ready version, please pick the last official release.

Smoke tests

WP compatibility PHP compatibility