Comment 6 for bug 1259650

Revision history for this message
Aaron Wells (u-aaronw) wrote :

I think minification itself is sort of overrated. It does improve performance, but not by a whole lot, like 5%.

So if it's easy to do, sure, we may as well (as long as we also include an option to de-minify for dev purposes).

Something else we could do that might improve performance more, would be to reduce the total number of file requests needed for each page, by concatenating some of the CSS stylesheets together. Likewise for Javascript files.