Problem/Motivation
It is recommended to aggregate CSS and JavaScript files, to reduce both the size and number of requests made, under Bandwidth optimization on the Performance page (/admin/config/development/performance):
Bandwidth optimization
External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.
[x] Aggregate CSS files
[x]Aggregate JavaScript files
However, Bandwidth optimization status is not included on the Status report page, even if it could be quite useful.
Steps to reproduce
Disable CSS and JavaScript aggregation by mistake, but only discover it later, by chance.
Proposed resolution
Include Bandwidth optimization status on the Status report page.
Checked

Warnings found

Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|
Issue fork drupal-3621330
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ressaComment #4
jaypanI have reviewed this against Drupal 11.4.6, and can confirm it is working as intended. I tested both with setting values through the UI, as well as with config overrides in settings.php, and the status page correctly reported both as a status on the warning page.
Comment #5
catch