silverferret4 / benetten.com

Repository for my art site.
Other
1 stars 1 forks source link

Lazy load portfolio page #48

Open silverferret4 opened 9 years ago

silverferret4 commented 9 years ago

We want to look at what it would take to make sure that the first image, the Mill City Ruins, loads first and displays without waiting for the rest of the images to load.

This is because the first image is the only one that is visible until a user starts scrolling. Because of that, if we wait for all images to load the site could feel like it is lagging. However, if we display that one immediately, while the others are still loading in order in the background, the site may feel like it is moving faster.