I tracked down a performance problem on my homepage using views_slideshow_cycle. In Safari's network web inspector I could see a bunch of extra calls that were loading the full DOM of the homepage itself, expecting the page to be an image. I finally was able to resolve this by turning off the wait_for_image_load setting. My slideshow had both text and images.

Comments

attiks’s picture

We ran into a similar problem, after loading the pager moves to the next slide, but the slide didn't, turning of wait_for_image_load solved this

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

That sounds as if it was having a 404 or malformed url and was loading the wrong page?