-
Notifications
You must be signed in to change notification settings - Fork 101
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
Module Proposal: Add object caching information to site health #718
Comments
Good stuff. See wp-cli/cache-command#68 (comment) for an idea about how to get the information you need. It might (???) be good to have your module call some sort of These ideas all involve persuading drop-in authors to add a few public functions. Your proposal is fine as-is. I'm just brainstorming a few extra things, things I would use. |
@OllieJones: I've talked with @johnbillion about this, since Query Monitor reads a lot of object caching metrics. We need a standard, ideally in core, that clearly outlines what's returned. We could even call it |
@spacedmonkey: I'll gladly take this proposal. |
we are working on this today at WCEU Contributor day |
Overview
About the module
Purpose
Add some basic information to the site health screen containing type of object cache that is in use. Add a list of features that
wp_cache_supports
function returns, with a boolean response. This information will make it clear what feature your object cache supports and if object caching is in use.A mockup of what this might look like.
Scope
Rationale
Other
The text was updated successfully, but these errors were encountered: