Moin Thomas Wittek, Thomas Wittek wrote: > [...] > To speed up page load times it is a good idea to minimize the number > of HTTP requests. > > So does any plugin/extension/module exist that can > a) recursively read one (or multiple) CSS file, resolve the @import's, > inline them and ideally minifies it? > b) concatenates multiple JavaScript files and minifies them?
That might be a good thing if there was not HTTP data compression and cacheing. I assumed a single minimized file would be optimal, too, but my tests have revealed that this only pays off at the first page load, when files and headers are exchanged for the first time. Then, browsers which cache don't ask again (until the expiry date) and then the size doesn't really make any difference (only a few µs if you even changed variable names to short ones). So, get Apache or friends and give mod_deflate and mod_expires a try. (Or write the filter for CherryPy. ;-) ) Gruß W-Mark Kubacki
smime.p7s
Description: S/MIME Cryptographic Signature

