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
ok

Warnings found
warning

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3621330

Command icon 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

ressa created an issue. See original summary.

ressa’s picture

jaypan’s picture

Status: Needs review » Reviewed & tested by the community

I 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.

catch’s picture

Component: aggregator.module » asset library system