-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include an LCache Stats page in the WordPress admin #52
Comments
@joshkoenig @davidstrauss @stevector Suggestions on what APCu stats we might want to include on this page? |
I don't know what all stats are at hand, but I think:
David also had some notions about instrumenting for "never read objects" and other anti-patterns that could be used to tune the cache and/or suggest upstream improvements in plugins or themes. |
Ok, for a first pass (pending a design) here's what I'd like to see: LCache Status
L1 Statistics
L2 Statistics
Ignored Objects (only show up if any are ignored)If LCache detects that objects are being written more than they are read, it will stop caching them to save time. You can probably improve the performance of your site by cleaning up the code around the objects listed below:
|
When the plugin is active, we should include an APCu status page in the WordPress admin so the end user easily knows whether the plugin is working or not.
From https://wordpress.org/support/topic/how-install-how-i-know-its-working/
The text was updated successfully, but these errors were encountered: