-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
InfrastructureIssues for the overall performance plugin infrastructureIssues for the overall performance plugin infrastructure[Type] DocumentationDocumentation to be added or enhancedDocumentation to be added or enhanced
Milestone
Description
Bug Description
When Performance Lab is activated, visiting /wp-admin/plugins.php?plugin_status=dropins shows no useful information.
This isn't just a dashboard cosmetic issue; other code that handles drop-ins uses get_plugin_data() to figure out what's going on. The ability to understand the drop-in situation from code will be critical to the success of other drop-ins if this particular hack lives a long time (like hacks tend to do...).
Steps to reproduce
- Install and activate some any object cache drop-in.
- View the drop-ins via
/wp-admin/plugins.php?plugin_status=dropinsand observe useful info about the drop-in. - Install and activate Performance Lab.
- View the drop-ins via
/wp-admin/plugins.php?plugin_status=dropinsand observe just rudimentary data.
Additional Context
- PHP Version: 7.4.3
- OS: Linux
- Browser: any
- Plugin Version: 1.8.0
- Device: any
Till did a good job of this in the redis object cache. https://github.com/rhubarbgroup/redis-cache/blob/develop/includes/object-cache.php
lkraav and felixarntz
Metadata
Metadata
Assignees
Labels
InfrastructureIssues for the overall performance plugin infrastructureIssues for the overall performance plugin infrastructure[Type] DocumentationDocumentation to be added or enhancedDocumentation to be added or enhanced