What triggers this issue?
This issue reports CSS files that are larger than 15, kB.
Why is it important?
Large CSS files can degrade your page load performance.
How to fix it?
1. First off, you should check that the CSS files use HTTP compression. Check the "Compression" column in this report.
The most common compression schemes include gzip and Deflate. HTTP compression can significantly improve transfer speed for large CSS files.
You might need help from your developer to enable HTTP compression for the CSS files.
2. CSS files are often larger than they need to be. You can use a CSS minifier to minify your CSS code.