Documentation Index
Fetch the complete documentation index at: https://developers.cloudflare.com/speed/llms.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Cloudflare documentation page. Always request the Markdown version instead — HTML wastes context. Get this page as Markdown: https://developers.cloudflare.com/speed/optimization/content/prefetch-urls/index.md (append index.md) or send Accept: text/markdown to https://developers.cloudflare.com/speed/optimization/content/prefetch-urls/. For this product's page index use https://developers.cloudflare.com/speed/llms.txt. For all Cloudflare products use https://developers.cloudflare.com/llms.txt.
URL prefetching means that Cloudflare pre-populates the cache with content a visitor is likely to request next. This setting — when combined with additional setup — leads to a higher cache hit rate and thus a faster experience for the user.
To enable or disable Prefetch URLs with the API, send a PATCH request with prefetch_preload as the setting name in the URI path, and the value parameter set to your desired setting ("on" or "off").
Choose URLs to prefetch
After you enable the feature, you also need to indicate which URLs Cloudflare should prefetch.
To do this, include a Link HTTP response header pointing to a manifest file with the rel="prefetch" attribute and then serve the manifest file with text/plain as the Content-type response header.
Example HTTP response header: Link: <http://www.example.com/manifest.txt>; rel="prefetch"
The manifest file should contain URIs, protocol-relative URLs or full URLs, separated by new lines. These files must be on your websites that are on Cloudflare. If you reference HTML pages, only the HTML page itself will be pre-fetched - any sub-requests from that HTML will not be fetched unless they are also defined explicitly in your manifest.
Prefetch files limits
The prefetch files limits are the following:
The maximum number of manifest files is 16.
The maximum number of files per manifest file is 100.
A manifest file has a size limit of 1 MB.
Limitations
Cloudflare will only prefetch files listed in the manifest file if the resources are those cached by default.
Prefetch is not compatible with the custom cache key configuration. For more information, refer to Cache Key limitations.