Posted by speis on March 23, 2009 at 11:49am
Jump to:
| Project: | Views Slideshow |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
I 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