103

HTTP 103 Early Hints

1xx Informational

  1. Home
  2. > HTTP Status Codes >
  3. > 1xx >
  4. 103
1xx Informational RFC 8297

What is HTTP 103 Early Hints?

The 103 (Early Hints) status code is primarily used with the Link header to allow the user agent to start preloading resources while the server prepares a response. This improves perceived performance by enabling the browser to start loading critical resources — such as CSS, JavaScript, and fonts — before the final response is sent.

Common Use Cases

  • Preloading critical CSS/JS before the main response
  • Improving Largest Contentful Paint (LCP) performance
  • Hinting preconnect to third-party origins
Help2Code Logo
Menu