Support 103 Early Hints informational responses for navigation. When a 103 response includes <link rel=preload> or other link headers Chromium tries to preload (and/or preconnect, prefetch) specified resources even before the final response is received. This gives Web developers a way to optimize Core Web Vitals such as Largest Contentful Paint (LCP).
Several servers/proxies may not understand a 103 response. They may treat the 103 response as a part of the final response when the response is sent over HTTP/1.1. The problem is less likely to happen over HTTP/2 thanks to their frame format. Chromium only handles 103 responses over HTTP/2 and HTTP/3.
Allows web developers to opt-in Early Hints preloads. We use custom page load metrics (FCP, LCP FID) to measure performance impact.
If a resource is preloaded by Early Hints, the corresponding PerformanceResourceTiming object reports initiatorType is "early-hints". For more details, see https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/early-hints.md#checking-early-hints-preload-is-working
OriginTrial desktop last | 95 → 98 |
OriginTrial desktop first | 94 |
OriginTrial android last | 95 → 98 |
OriginTrial android first | 94 |
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPLXX-8G77uvOt6%3DomTRhQBS%2BcmxB6UaAbeeHiKRRumMPnd8bg%40mail.gmail.com.