tubalmartin / YUI-CSS-compressor-PHP-port

A PHP port of the YUI CSS compressor.
230 stars 34 forks source link

performance comparision 2.8.4-pX vs 3.0.0? #38

Closed futtta closed 7 years ago

futtta commented 7 years ago

Great to see you're pumping out updates like that @tubalmartin!

I see in the readme you state 3.0.0 is more performant, did you do benchmarks on this and if so can you share results?

tubalmartin commented 7 years ago

Hi @futtta ,

Maybe I created some confusion, sorry for that. In the v2.8.4-p10 changelog notes I lead users to read v3.0.0 changelog notes because I didn't want to repeat the same notes for both releases.

Performance should be pretty similar between v2.8.4-p10 & v3.0.0, that's what I meant since the code is the same regarding, fixes, improvements & performance optimizations made (v3 uses namespaces and two "static" helper classes but that's all the difference between the two).

Hope that answers your question ;)

tubalmartin commented 7 years ago

On a side note, apart from fixes and overall improvements, regarding performance we can say versions from v2.8.4-p10 onwards are more performant than previous ones.

tubalmartin commented 7 years ago

In fact I'm working on improving performance in some key areas so expect a new release in a few days :)

futtta commented 7 years ago

thanks for the feedback @tubalmartin, looking forward to the new release!

tubalmartin commented 7 years ago

v3.1.0 released! Top performance!

futtta commented 7 years ago

darn, going to have to look into that composer-stuff after all ;-)