This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Minify css

#15670
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The best way to minify your site assets is to perhaps use an asset minification plugin. Almost every cache solutions support minification, I usually recommend Autoptimize for that. It also nicely merges multiple CSS files to make even more faster page load.

If you use the conditional CSS loader, then it might not be possible to minify the CSS, as they are already loaded asynchronously.