-
I've found that scrolling a 2024-06-29.20-18-03.mp4Is there any recommended way around this? Is this intentional? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Both are intended behaviors. The prefetch in viewport is triggered again to ensure that if the user saw link to /a and half an hour later see it again it will prefetch it again instead of relying on old prefetched data or not using any prefetch. The cancelled request is handled by the browser when the link tags to prefetch the route are removed from the DOM once the user scroll past the links and the link tags are removed. |
Beta Was this translation helpful? Give feedback.
Both are intended behaviors.
The prefetch in viewport is triggered again to ensure that if the user saw link to /a and half an hour later see it again it will prefetch it again instead of relying on old prefetched data or not using any prefetch.
The cancelled request is handled by the browser when the link tags to prefetch the route are removed from the DOM once the user scroll past the links and the link tags are removed.