I did a performance audit for one of my apps recently. The major bottleneck is time to load all images since my webapp involves loading lot of images. I learned how medium.com does their progressive image loading from an article. I’m wondering is there any different ways to solve this problem?
Marco Alka
Software Engineer, Technical Consultant & Mentor
If I had to load a lot of images, I would go about it like this:
Expert level: