WordPress How To Make it load 10x faster with Slow Image Loading

Lazy Load delays loading of images in (long) pages. Images below the fold (far down in the page) would not be loaded before user scrolls down. Here’s a quick manual of how you’d install that.

This is opposite of image preloading. Using lazy load on long pages containing heavy image content makes page feels snappier. Browser is in ready state after loading visible images. No need to wait for unknown amount of pictures to load.

WordPress Plugin Available
Download from project page:

http://www.appelsiini.net/projects/lazyload

The ImageLoader Utility allows you as an implementer to delay the loading of images on your web page until such a time as your user is likely to see them. This can improve your overall pageload performance by deferring the loading of some images that are not immediately visible at the time the page first renders. Because images are often the heaviest components of a given page, deferring the loading of some images can yield a marked improvement in the way the page “feels” to your user.

The ImageLoader Utility lets you determine triggers and time limits to initiate image loading. This allows you to ensure that the images are loaded before your user is likely to see them. This technique, obviously, is appropriate only for images that are not immediately visible to your user at initial page load.

blog comments powered by Disqus

Previous post:

Next post: