-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add QM Panel to display info about js/css concatenation #5693
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5693 +/- ##
=============================================
- Coverage 29.51% 29.39% -0.13%
- Complexity 4779 4797 +18
=============================================
Files 282 285 +3
Lines 20587 20676 +89
=============================================
Hits 6077 6077
- Misses 14510 14599 +89 ☔ View full report in Codecov by Sentry. |
add_filter( 'qm/output/menu_class', array( $this, 'admin_class' ) ); | ||
add_filter( 'qm/output/menus', array( $this, 'admin_menu' ), 101 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to not display the panel altogether if there's no data (i.e. $data->logs is empty)?
Quality Gate passedIssues Measures |
This pull request has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed. This is an automation to keep pull requests manageable and actionable and is not a comment on the quality of this pull request nor on the work done so far. Closed PRs are still valuable to the project and their branches are preserved. |
Description
Adds a QM panel for displaying debugging information about VIP's JS/CSS concatenation feature.
Will not display any information without Automattic/nginx-http-concat#77
Changelog Description
Add "VIP JS/CSS Concat" Query Monitor Panel
Added
Removed
Fixed
Changed
Pre-review checklist
Please make sure the items below have been covered before requesting a review:
Pre-deploy checklist
Steps to Test