Note that there are some explanatory texts on larger screens.

plurals
  1. POLoad 1000 images smartly
    primarykey
    data
    text
    <p>I have like 1000 images on the same page. Unfortunately, I can't use sprites on them, as the number of images increases continuously. So you can imagine it sends 1000 HTTP requests, so it takes lots of time for the images to load plus it's not good experience for the visitors.</p> <p>I have seen one of the scripts named as <em>Lazy Load</em>, but I was thinking if there is a <strong><em>smarter way</em></strong> of loading images (good regarding <a href="http://en.wikipedia.org/wiki/Search_engine_optimization" rel="noreferrer">SEO</a>, loads images faster and is good for user experience).</p> <p>Is there a way out to load images in a better way? </p> <p>To elaborate:</p> <p>I have to load all 1000 images on the same page, there is no other way out. What is it going to be like or for what am I going to use it for, I have actually made a <em>test page</em> for you at <a href="http://bloghutsbeta.blogspot.com/2012/03/testing-2_04.html" rel="noreferrer">http://bloghutsbeta.blogspot.com/2012/03/testing-2_04.html</a>.</p> <p>As you can see, I am using the <a href="http://razorjack.net/quicksand/" rel="noreferrer">jQuery Quicksand</a> plugin made by Jacek Galanciak. I don't have good relations with this plugin as if I am going to add jQuery or a script to it. It will ask for a callback function which is a blind spot for me. (That's why I made a CSS tooltip for it :D)</p> <p>I have many pictures in my test page but not 1000. When they will be 1000, it will be a mess. So I don't know how to deal with 1000 images in this case. (By the way THANKS TO YOU ALL FOR LOVELY COMMENTS)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload