Compress CSS

About compress css

JA T3V3 allows you to compress CSS. When you compile LESS to CSS, it also compress CSS. The compressed CSS files are stored in: templates/ja_t3v3_blank/css

 

CSS files are compressed, the compress rule

  • Files: home.css and bootstrap.css are minified to one file home.min.css
  • Files: home-responsive.css and bootstrap-responsive.css are minified to one file home-responisve.min.css
  • Files: template.css is compressed to file template.min.css
  • Files: template-responsive.css is compressed to file template-responsive.min.css

a. Enable compress css

When the option compress css is enabled, your site runs on the minified css file.

When the option is disabled, your site will run on normal CSS files.

b. Benefit when enable compress css

Your site will be faster, because the request CSS files will be less than when the your site runs on normal css files.

compress css is ON

compress css is OFF