Progressive loading images

Progressively load images with low-res image placeholders

Progressive loading images is a technique we use to further increase the perceived speed your users experience.

When your image is requested, Tueri generates two images: the final image in the exact size your user needs for their device and a placeholder image at 1/10th size.

The 1/10th size image is loaded first, scaled up and blurred to match the same dimensions as the final image. The final image is loaded in the background and once loaded, we swap the placeholder image with your final image.