Very slow page after enabling image block with slideshow
speis - March 23, 2009 - 11:49
| Project: | Views Slideshow |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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.

#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: Ajax loading support