~/devtools / http-status / 103
tool::http-status-detail

103 Early Hints

Used to preload resources while the server is still processing.

ad · 728×90
Status Code
103
Name
Early Hints
Category
1xx

Detailed Explanation

HTTP 103 Early Hints allows a server to send Link headers before the final response is ready, enabling browsers to start preloading resources while the server is still processing. It improves page load performance by providing preload hints for CSS, fonts, and critical scripts early in the response pipeline.

Common Causes
  • A server needs to preload CSS/JS resources during server-side rendering
  • A CDN sends resource hints while waiting for the origin server's response
  • Performance optimization requiring critical resource preloading
How to Fix
  • 1.103 is a normal performance optimization response — no fix needed
  • 2.Use rel=preload or rel=preconnect in the Link header
  • 3.Verify browser support (Chrome 103+, Edge, and other modern browsers)

Related HTTP Headers

Link

Response Example

HTTP/1.1 103 Early Hints
Link: </style.css>; rel=preload; as=style
Link: </script.js>; rel=preload; as=script

Related Status Codes

100ContinueClient should continue with the request.101Switching ProtocolsServer is switching protocols as requested.102ProcessingServer has received the request but has not yet completed it.
ad · 300×250
Back to all status codes
// related tools
Cron Expression Generator
Build and parse cron expressions visually. Generate human-readable descriptions and preview next execution times.
jwt
JWT Decoder
Decode and inspect JWT tokens. View header, payload, and signature details.
rx
Regex Tester
Test regular expressions with live matching, group highlighting, and explanations.
Color Converter
Convert colors between HEX, RGB, HSL, and more. Pick colors visually.