Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

slideshow and large number of images

18 Oct 2006, 11:36

Does the slideshow module load all the images before it iterates through them or does it just load the first few and load the rest of the images gradually?

Thanks!
Last edited by joey on 07 Dec 2006, 17:12, edited 2 times in total.
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

23 Oct 2006, 22:33

:roll:
Last edited by joey on 07 Dec 2006, 17:13, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

24 Oct 2006, 15:10

Since I personally answer 90% of the posts in here, things may take a little time sometimes. Especially if I am to focus on future developments also once in a while.

The slideshow does cache a few images, but this is unrelated to the amount of images in the folder. The cache setting can be found in your slideshow config file:
Code
cacheimages = 2
However, there is still a big difference between 5000 images and 100 images. The slideshow has to load a list(XML file) of all 5000 images along with filesize, serverdate and dimension attributes. Not only does this take quite some time to load, but it also takes some time for Imagevue to swallow(parse) the XML data once loaded.

The conclusion is that there is no physical limit as to how many images you can put in one and same folder, but it certainly takes longer time to initiate because it has to load the entire list.