Contact: [email protected]
103 Early Hints is the new HTTP status code used for preloading subresources earlier. In general, browsers cannot preload subresources until the main response is served, as resources to be preloaded are listed on headers or <meta>
in the main response. Early Hints will enable browsers to start preloading before the main response is served. In addition, this can be used with other Resource Hints APIs like preconnect.
As of version 87, Chrome doesn't support Early Hints yet, but is going to run an open experiment to evaluate the effectiveness of Early Hints. This does NOT give you the real benefit yet, but will help us and the community to quantify the potential benefit of the feature.
Chrome landed code to record the time between when the hints are received to when the real navigation responses are received as of version 85, and this will help us learn how much benefit this may bring.
Note that this timing information will be recorded only for the users who opted-in to help Chrome gather usage statistics. See the Google Chrome Privacy Whitepaper for details.
In order to gather this data, we will need sites to start sending Early Hints status code (103), so that Chrome can record the timing information for the hints for the navigation.
Note that not all browsers may handle Early Hints status code gracefully. We are collaborating with Fastly on the timing to run this measurement, and they collect breakage reports here: https://early-hints.fastlylabs.com/.
Once enough data is collected, we plan to publish our conclusions and the learnings from the experiments with the aggregated stats publicly. Upon requests we may also share the per-site metrics with the sites who have participated.
This section is mainly written for Chromium developers.
Chrome will record the following metrics. These intervals indicate how much earlier we could start preloading with Early Hints. For example, we could calculate the ratio of “the interval between request start and response start” to “the interval between request start and Early Hints” to see the ratio of speed-up.
These are recorded under PageLoad.Experimental.EarlyHints UMA event.
These are recorded under the NavigationTiming UKM event.