Link prefetching

Link prefetching allows web browsers to pre-load resources. This speeds up both the loading and rendering of web pages. Prefetching was first introduced in HTML5.

Prefetching is accomplished through hints in web pages. These hints are used by the browser to prefetch links. Resources which can be prefetched include: JavaScript, CSS, image, audio, video, and web fonts. DNS names and TCP connections can also be hinted for prefetching. [1][2]

  1. ^ "Preload". w3c.github.io. Retrieved 2016-03-19.
  2. ^ "Resource Hints". w3c.github.io. Retrieved 2016-03-19.