My requests are 36 with 600kb transferred on FireFox for images compared to
Chrome has 68 requests with 2.9 MB transferred.
It seems like all content vertically that is out of view is getting preloaded on Chrome, compared to Firefox.
Is this expected behaviour and how do I stop/improve this for Chrome?
Note this was not the case in v12 I just recently upgraded to 14.
We decided to use a lib call react-intersection-observer and manually determine if something is in view, instead of relying on the browser + next/image to decide if it is in view. Hopefully, this approach is correct and works as intended.