main.min.css is 48kb and pre-minified.
When visiting multiple different pages in Drupal CMS, CSS from components and similar gets conditionally added to CSS aggregates. This means that main.min.css can end up being included in multiple different aggregates.
You can see this in 📌 Add performance tests Needs work where over 2mb of CSS is downloaded via visiting each of the pages in Byte's main menu.
See 📌 By default, don't aggregate jquery.js Active for a similar (js) example.
The easiest way to prevent this is to exclude the biggest files from aggregation, this way they're only downloaded once (per browser) regardless of how many library combinations exist on a site.
Needs review
1.0
CSS
It affects performance. It is often combined with the Needs profiling tag.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.