CSS Minification

Checks if CSS files are minified to reduce their size.

What is this check?

Minification is the process of removing all unnecessary characters from source code (like whitespace, comments, and newlines) without changing its functionality.

Why is it important?

It significantly reduces the file size of your CSS files, which means they are downloaded and processed by the browser much faster.

What is the impact?

Unminified CSS files are a major cause of slow page loads. This is a critical performance optimization for any modern website.