Link prefetching

From Wikipedia, the free encyclopedia

Link prefetching is a standards compliant mechanism used by some web browsers, which utilizes browser idle time to download or prefetch documents that the user might visit in the near future. A web page provides a set of prefetching hints to the browser, and after the browser is finished loading the page, and after an idle time has passed, it begins silently prefetching specified documents, storing them in its cache. When the user visits one of the prefetched documents, it can be served up quickly out of the browser's cache.

As prefetching is a standard, examples of prefetching can be divided into standard compliant and non-compliant:

Contents

[edit] Compliant prefetching

The standard is set out in a web standard[1].[citation needed]

[edit] Non compliant prefetching

Forcing links to be prefetched when they are not specified as prefetchable[citation needed].

[edit] Browsers supporting prefetching

[edit] Sites using prefetching

  • Google is the first well-known website that takes advantage of this feature so as to improve the user experience. If the first hit is considered very probable to be the desired hit, it is assigned as a prefetchable link.
  • Web Album Generator is a free program that creates photo albums which utilize link prefetching.

[edit] Notes

  1. ^ Link Prefetching FAQ.


[edit] External links