Why lazy load images that are already on the browser cache?
-
Hello i was wondering something about Lazy load.
As I understand it, it loads the site first and the images afterwards.But when a page was fully loaded once and the images were downloaded by the browser and cached locally on the PC. If i refresh the page i again see no images until the site finished loading.
Those images are already on my PC. Why do you need to lazy load something that’s loading locally?
It seems to me it should only do that with images that it’s retrieving from the remote server.
I mean it feels slow to wait for something to show up that you just downloaded 2 secs ago.
Could something be done with this?
- The topic ‘Why lazy load images that are already on the browser cache?’ is closed to new replies.