I wanted to remove minification from #iocaine 4, because it's expensive, achieves comparatively little, and the dependencies required for it are big too.
But I'm having second thoughts. Minifying every request after garbage generation is definitely going away, yes, but... what if I minified the template? That might be worth something, as the price is only paid twice: once in dependencies, and once on startup.
On the other hand, one can easily minify the template outside of iocaine, and then I can drop the dependencies.