prefetch is a low priority resource hint that allows the browser to fetch resources in the background (idle time) that might be needed later, and store them in the browser's cache.
Types of prefetching
(1) Link prefetching.
(2) DNS prefetching.
(3) Prerendering.