learning_brain
New Member
- Messages
- 206
- Reaction score
- 1
- Points
- 0
I have an image preview page that dynamically shows the first 10 images from a database using a loop. The viewer can then pass/fail an image using form method.
I have done 10, because I only use large images and I wanted to speed the process up. I assumed that if one image was loaded, it would cache it so that on submit, it would already be loaded and only load the next image (number 11).
But.... it's always re-loading each image...
I have looked at header controls and found plenty of reference to forcing of cache reload, but not force cache.
I am forced to think this is browser specific, but each image is only 500kb-2MB and it still re-loads.
Is this because they are hot-linked images?
What gives?
I have done 10, because I only use large images and I wanted to speed the process up. I assumed that if one image was loaded, it would cache it so that on submit, it would already be loaded and only load the next image (number 11).
But.... it's always re-loading each image...
I have looked at header controls and found plenty of reference to forcing of cache reload, but not force cache.
I am forced to think this is browser specific, but each image is only 500kb-2MB and it still re-loads.
Is this because they are hot-linked images?
What gives?
Last edited: