Closed (duplicate)
Project:
Views Slideshow
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2009 at 11:49 UTC
Updated:
26 Aug 2009 at 03:41 UTC
I am using the views_slideshow in a block right now, which cycles through all my nodes of type image (500 images at the moment).
This is working great, although my users say the page became very slow after enabling this block.
After using some website stress testing tools, it seems that on every pageload, all of my images which conform to the view selection, gets downloaded to the client. So you can imagine why the page is slow (500x 10kb means 5mb to download on every page view).
Someone experiencing the same problem?
It's a great module, but you can't use it this way, without having to load all the imagesand wasting a lot of bandwidth.
Comments
Comment #1
redndahead commentedI would only load 20 images and set the sort order to random. This would make a pretty long slideshow and would be somewhat different for every page load.
You also might be interested in #323366: Views Slideshow: Ajax loading support