`next/link` can prefetch routes in the viewport to make navigation faster. You can disable it with `prefetch={false}` if it’s unnecessary or too costly. Prefetching usually happens in the background and respects caching.