• On my website sprybag.com, I am serving many images. Therefore I wanted to use Lazy Loading.
    I used BJ Lazy Load, Lazy Load and WP-Rocket Lazy Load, in every plugin the page size decreases but the number of requests increase a lot. here’s a screen shot-
    With BJ
    http://i.imgur.com/L5GHtDT.png
    [Load Time- 3.31s Page size- 1.6mb Requests- 258]

    Without BJ
    http://i.imgur.com/FQPCx0v.png
    [Load Time- 3.54s Page size- 2.3mb Requests- 109]

    As seen in the tests, 149 extra requests are made when BJ is enabled. I am getting similar results with other plugins too.
    Any solutions for this?

The topic ‘Lazy Loading adds requests?’ is closed to new replies.