views:

49

answers:

0

I have created a 'working' manifest file.

I am aware that what I am caching is over the 5mb limit that is allowed.

My cache appears to loaded at random, I had expected it to load in order of how it is listed, however this isn't the case. Take the below example

CACHE MANIFEST

images/img1.png
images/img2.png
images/img3.png
images/img4.png
...
images/img53.png

The 5 mb limit is reached somewhere in a list of 50+ images, but which images are cached changes between tests. I was expecting the first X before the 5mb limit is reached to be cached.

Has anyone seen this before and can explain the behavior?

Has anyone had any success in caching more than 5mb?