wp-media / wp-rocket

Performance optimization plugin for WordPress
https://wp-rocket.me
GNU General Public License v2.0
687 stars 215 forks source link

Use PHP port of the YUI Compressor's CSSmin #339

Closed Tabrisrp closed 7 years ago

Tabrisrp commented 7 years ago

Default minify CSS compressor is unmaintained, and the CSSmin port gives better performance

enabling it by uncommenting this line in min/config.php

$min_serveOptions['minifiers']['text/css'] = array('Minify_CSSmin', 'minify');

GeekPress commented 7 years ago

What do you mean by "port gives a better performance"?

Tabrisrp commented 7 years ago

PHP code is more optimized so the CSS minification process works better and is faster

GeekPress commented 7 years ago

Oh looks great :)