Delay or Failure to Load on iPod
-
Hello Bj?rn et al.,
Thanks for the great plugin. It’s really improved my Google PageSpeed on my Genesis-based site.A few days ago I noticed a big difference in my Bounce Rates on different platforms. IE and Chrome bounce rates were around 40%, but Mozilla/Macintosh and iOS bounce rates were as high as 100%. After looking into it I found some Lazy Load behavior that may explain the differences.
I added a
Skip images with classes
class to all of my above-the-fold images, and increased theviewport Threshold
setting to800 pixels
. This improved the bounce rate about 10%, but it’s still much higher than other platforms.Then tonight on a iOS 7.0.4 iPad using Safari I saw another issue. After scrolling over below-the-fold lazy-load images, I had to wait 3 to 5 seconds for those images to start to load. A couple times the images didn’t load at all after waiting 20 seconds or more. I disabled all Caching and minification and increased the
viewport Threshold
setting to1600 pixels
, but this had no effect.Before I disable this plugin and find a different solution for loading images, I wanted to make sure I’m not doing something stupid. Has anyone seen this type of behavior before? I couldn’t find any related support posts.
My main concern is loading the above-the-fold content as fast as possible. So if there’s a hack that will just defer loading of all lazy-load images until the page is loaded (i.e.
viewport Threshold = infinite
), that would be fine for now as long as it worked on all platforms.
- The topic ‘Delay or Failure to Load on iPod’ is closed to new replies.