0

Understanding Lazy Loading impact


D
Digital

I'm not quite sure what or how this could be done, but we have implemented lazy loading of all images on our site, which from my reading of our graphs now makes it seem like our page weights are only those of a user who doesn't scroll down any further than the initial view, which is sort of right (for users who just click on something in the initial view) and wrong (for those users who scroll down). Whilst not wanting metrics for every single scroll point on the page, perhaps there could be two metrics, for no scroll or full scroll ?

A

Activity Newest / Oldest

M

Matt

Status changed to: Closed

M

Matt

Hi Daniel,

You can run a page test where the user scrolls down on the page by running a JavaScript snippet on the page. I added a "Scroll down the page" example snippet now www.debugbear.com/docs/injecting-scripts#example-scripts

So you'd create a new page on DebugBear, add the script in the advanced settings, and then the test result would show the full page weight.


D

Digital

Wonderful, thanks Matt. (Sorry, I'm Richard by the way, the username is that of the department!)