🖼️ Test 1: Standard HTML Image

This image is loaded using a standard HTML <img src=""> tag. The browser requests and renders it as part of the normal page load.

<img src="https://www.fastly.com/img/og-image-lg.png" />
Fastly Logo - Standard Load
✓ Standard HTML Load Successful

Test 2: ESI Fragment Include

This content is loaded using an ESI <esi:include> tag. Fastly's edge processes the ESI directive, fetches the child fragment, and assembles the final response before sending it to your browser.

<esi:include src="https://test-ly.global.ssl.fastly.net/html/child_esi.html" alt="/html/child_esi.html" onerror="continue"/>
503 Service Temporarily Unavailable

503 Service Temporarily Unavailable

How ESI Works

ESI Error Handling