Closed GoogleCodeExporter closed 9 years ago
The list of filenames at the beginning of the cache filename is just to help
users looking through their cache folder have an idea of what's in the file
(the full length is limited).
What you're probably running into is IE's URL length limit, which is pretty
short. Generally any list of this size should be put in the groupsConfig.php
file so you can just use a URL like: /min/g=commonJs
Original comment by mrclay....@gmail.com
on 2 Feb 2011 at 6:15
Thanks a lot for the feedback
The resources loaded on different parts of our system are dinamically
allocated, I couldnt use fixed group definitions, but managed to implement
dynamic minify groups with a little session control.
Original comment by rud...@gmail.com
on 3 Feb 2011 at 10:46
It would be best for caching/performance if you could identify the common
resources and place those in a static group. Putting everything in one combined
request can be bad: changing one part of it means having to download the whole
thing again, and the user has to wait for all that processing (the first time
at least) on the server.
If you need more help, ask on the Google Group.
Original comment by mrclay....@gmail.com
on 3 Feb 2011 at 12:49
Original issue reported on code.google.com by
rud...@gmail.com
on 2 Feb 2011 at 5:33