5.5.1 - CSS and JavaScript Minification
Permalink
Hi,
Good job for this new release !
But, I can't see css/js minification which should be fixed in this release...
Thanks.
mOoSh
Good job for this new release !
But, I can't see css/js minification which should be fixed in this release...
Thanks.
mOoSh
Oh yes I know but I believed that the C5 Core will get all JS and CSS loaded in the DOM and minified/combined them...
Ok, I go out^^...!
Thanks
Ok, I go out^^...!
Thanks
Yeah we tried to do this but it was actually pretty difficult to do without making certain requests really really slow, which we didn't want to do. We thought that combining many of the JavaScript and CSS files that we used into two would go a long way toward improving performance.
Ok, yes I know that it's a real problematic.
Thank you andrew.
Thank you andrew.
http://testuser50.c5host.com/concrete/js/ccm.app.js...
http://testuser50.c5host.com/concrete/css/ccm.app.css...
We don't do on-the-fly minification. Flirted with it but it was quite slow.