Skip to content

Cache limit #1254

Answered by jodeleeuw
VL914 asked this question in Q&A
Dec 1, 2020 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hi @VL914 ,

Does it mean that I'm preloading all the images at the beginning of the experiment, or is it just preloading a list and retrieve one image at a time during the experiment?

The preloading method attempts to download all of the images needed in the experiment prior to starting the experiment. So it'll be downloading all 20,000 images in this case. The goal is to get the browser to cache these files so that during the experiment the files are loaded from memory and not the server.

Would this method cause the problem of cache limits if I'm preloading more than 20,000 images at once (though the average sizes of the images are pretty small)?

20,000 images is a lot. Unfortunately…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@VL914
Comment options

@jodeleeuw
Comment options

@VL914
Comment options

@jodeleeuw
Comment options

@VL914
Comment options

Answer selected by VL914
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants