You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
I would want htaccess control over which css or js are concatenated, and which
are left as separate files. The reason for this is that often your home page
will begin with 13 js files = 450kb, but the about us page will have 14 js
files = 451kb, so for one extra 1kb file the server reconcatenates, reminifies,
rezips and resends all the original 13 files + 1 that are already in the
browser cache.
Original issue reported on code.google.com by jmara...@google.com on 12 Nov 2010 at 6:48