Lessons

Minification of the embedded CSS code of the page

The HTML code of the page may contain inserts of CSS code. This is an undesirable practice and it is recommended to place it in separate files. To reduce the page size, this code should be minified.

During minification, the file is modified as follows:

  • Extra characters are removed: spaces, line breaks, semicolons, etc.
  • The names of functions and variables are replaced with shorter ones where possible.
  • Logical expressions are simplified so that the functionality does not change.
  • and other optimizations.

All these operations do not change the functionality of the code and allow you to reduce the size of files. This is necessary to speed up the file download.

How to minify files.

Tariff plans for working with the service

We use cookies. By continuing to use the site, you agree to the processing of personal data in accordance with privacy policy. I agree