Is there a reasonable limit for ImageBundle size (or its images size)?
I have approximately 200 images around 33 kb each. They never change.
This is for a very small application, with no need for server
interaction.
If I could just have the generated js files and one large bundle, it
would be perfect.
Can I expect this work well, or ImageBundle is more for small icons
and such?
While other browsers handled it ok (35MB RAM), IE (6,7) ate 400MB of
RAM, and I spent few hours tracing the script to figure out the
reason. After I grouped separately vertical and horizontal borders, IE
went back to normal 40MB.
So the rule is: better group images together as they appear on screen.
Don't put all images in one bundle, or IE will suck big time (it does
it anyway here and there, though)
This (IE) is only limitation I know.