SXG tests

Link header demo

  1. Open Network tab in Chrome Dev Tools.
  2. Click one of the buttons.
  3. Wait for the SXG cache to fill (up to 1 minute, typically 15 seconds). Continuing without waiting won't break anything, but keep in mind results may not be final and you may need to repeat the next step one or more times.
  4. Click the same button again.
  5. Observe subresource.css to be prefetched.

CORS errors may appear temporarily. You can ignore them.

- the subresource is prefetched using <link> tag in HTML

- the subresource is prefetched using Link HTTP header

- the subresource is prefetched using both methods

For the context see this article.