Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to tell if lazy loading is working?

Tags:

lazy-loading

Im using a js called blazy and the image loads as i scroll down the page to it. The image shows up in pingdom speed test, should it show up in the speed test tree if lazy loading is working for the image?

like image 247
Techagesite Avatar asked Nov 08 '22 15:11

Techagesite


1 Answers

Very easy solution:

in Google Chrome open chrome dev tools.

1. Select the Network tab

step one screenshot/image

2. Click on No throttling

step two screenshot/image

3. And then choose how much you want to make the network slower to let Lazy Loading show up (until the data is received)

You can check this way if your app/site lazy loading is working or not.

like image 122
Mubashir Jamali Avatar answered Jan 04 '23 03:01

Mubashir Jamali