Replies: 1 comment 1 reply
-
prefetching is done through You can already achieve what you're asking for using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys,
due to https://nextjs.org/blog/next-9#production-optimizations I have on large websites a very high amount of prefetched data in my production build. It would be great if it would be possible to leverage the behaviour to change "in-viewport" to "on-scroll".
I'm requesting this this mainly because I use intersection-observer for delaying images on my websites. Now the data of prefetched pages are requested before my images and this results in a worse user experience than to disable prefetching.
Is there a solution to change that behaviour? Thanks for any input
Beta Was this translation helpful? Give feedback.
All reactions