29th June 2025

NGINX 1.29 Introduces Official Support for Early Hints

NGINX introduces support for HTTP 103 Early Hints, dramatically improving load times by intelligently preloading critical resources.

The NGINX team and F5 Networks are excited to announce the release of the version 1.29.0 mainline of NGINX, a milestone that brings with it native support for status code HTTP 103 Early Hints. This is an important evolution for performance-oriented developers and sysadmins, as it allows the browser to load critical resources earlier, significantly improving the perceived speed of web page loading.

The team has emphasized that its mission has always been to offer concrete tools to build fast, efficient and scalable web experiences. The adoption of Early Hints fits into this perspective, a feature designed to reduce latency and improve metrics Core Web Vitals with minimal impact on your existing configuration.

What are 103 Early Hints?

The status code 103 Early Hints represents an “informative” HTTP response that can be sent before purchasing, of the final answer. When the server is busy generating the main content of a page, it can send a 103 message that suggests to the browser which resources should be loaded soon — such as CSS, JavaScript, or fonts.

This way, the browser can start downloading these resources while waiting for the final answer, taking advantage of the so-called “dead time”. The result is a smoother, faster and more responsive loading for the end user.

Unlike obsolete techniques such as HTTP/2 Server Push, the Early Hints mechanism is more elegant and controlled: it does not force the loading of resources, but lets the browser decide based on the state of its cache, avoiding wasted bandwidth or duplications.

Additionally, suggestions are sent as headers Link, in a standard format and easily integrated into existing workflows. This makes them extremely flexible and suitable for multiple scenarios, from static sites to dynamic web applications with content generated on-the-fly.

As Google's Barry Pollard and Kenji Baheux explain:

“Early Hints helps the browser take advantage of server thinking time by performing some operations early, thus speeding up page loading.”

Today the feature is supported by all major browsers: Chrome, safari, Firefox ed Edge, making it a technology ready for use in real production environments.

Why Early Hints are Important

The performance of a website directly affects user experience, loyalty and even search engine rankings. A page that loads faster not only improves user interaction, but reduces abandonment and increases conversions. Early Hints fit into this context as a smart optimizer e minimally invasive, capable of delivering tangible results without requiring major changes to the existing infrastructure.

Main advantages:

  • Reducing TTFB (Time To First Byte): The browser may start downloading critical resources before purchasing, to receive the final response from the server. This means that the page begins to load in parallel with the processing of the response, significantly reducing the latency perceived by the user.
  • Improvement of Core Web Vitals: Key metrics such as FCP (First Contentful Paint) e LCP (Largest Contentful Paint) benefit from preloading. Visible content appears faster, making the page more responsive and satisfying for the user.
  • Cache efficiency: The browser can evaluate whether it already has the resources cached and decide autonomously whether to download them. This intelligent behavior avoids wasted bandwidth and improves the use of network resources.
  • Easy adoption for NGINX users: There is no need to modify the site code or intervene in the frontend. With a few lines of server-side configuration, you can obtain a measurable and lasting benefit in terms of performance.

How Early Hints Work in NGINX

The support introduced in NGINX 1.29.0 allows the server to to proxy 103 responses from the backend and forward them to the client. This means that if the backend already knows that it will need to load certain resources (e.g. /main.css o /app.js), can communicate it to NGINX, which will in turn pass it on to the browser.

Early Hints Diagram

The functionality is activated via the new directive early_hints, which allows enable or disable forwarding initial suggestions based on certain conditions.

By default, Early Hints is turned off.

Example NGINX configuration:

map $http_sec_fetch_mode $early_hints { navigate $http2$http3; } server { listen 443 ssl http2; server_name www.example.com; location / { early_hints $early_hints; proxy_pass http://backend.example.com; } }

In this example, Early Hints are enabled only for browsers that send the header sec-fetch-mode with value navigate and that use HTTP/2 or HTTP/3. This avoids problems with older HTTP/1.1 clients, which may not handle code 103 correctly.

When to enable Ealy Hints?

While Early Hints are also compatible with HTTP/1.1, It is good practice to enable them only for modern clients. Some browsers or legacy tools may not properly recognize the 103 response, resulting in protocol errors or unexpected resource handling behavior.

In the worst case, an unsupported 103 response could be interpreted by the client as an error or cause a rendering failure. While most major browsers are now fully compatible, it is important to maintain a conservative approach in the early stages of adoption, especially in high-traffic or enterprise environments.

For this reason, the NGINX and F5 team recommends following some best practices:

  • Enable Early Hints for HTTP/2 and HTTP/3 clients only, which offer advanced management of information responses and greater efficiency in parallel loading of resources.
  • Use sec-fetch-mode to further filter compatible clients, verifying that the browser is actually able to recognize and exploit the suggestions without causing regressions.
  • Test carefully in staging environments, monitoring real-world performance and overall stability before deploying to production. It is best practice to enable the feature gradually and evaluate its impact using observability tools and real-world metrics.

Performance Results: What Does the Data Say?

Tests performed by the NGINX team and F5 Networks show tangible improvements in loading performance:

  • FCP reduced up to 30% on sites with large critical resources (e.g. fonts and CSS)
  • Improved LCP in all tested configurations
  • Shortest TTFB even with slow back-ends, thanks to preloading during processing

These benefits are not limited to mere speed: improving the Core Web Vitals, you also get a best SEO score has always been greater end-user satisfaction.

How to enable Early Hints in your infrastructure

Implementing Early Hints with NGINX is simple:

  1. Update NGINX to version 1.29.0+
  2. Configure the directive early_hints based on client type
  3. Make sure the backend sends suggestions 103 with header Link: <...>; rel=preload; as=...
  4. Monitor the results with tools like Lighthouse, PageSpeed ​​Insights and WebPageTest

Conclusion: small efforts, big results

With the introduction of support for 103 Early Hints, the NGINX and F5 team once again demonstrates that they are at the forefront of providing tangible solutions to improve the user experience. This feature offers a free — or almost free — improvement in performance, leveraging a simple, standardized and increasingly adopted mechanism.

Whether you're running a personal blog, an eCommerce store, or a mission-critical app, Early Hints can give you that competitive edge which today makes the difference between an abandoned visit and a conversion.

Do you have doubts? Don't know where to start? Contact us!

We have all the answers to your questions to help you make the right choice.

Chat with us

Chat directly with our presales support.

0256569681

Contact us by phone during office hours 9:30 - 19:30

Contact us online

Open a request directly in the contact area.

INFORMATION

Managed Server Srl is a leading Italian player in providing advanced GNU/Linux system solutions oriented towards high performance. With a low-cost and predictable subscription model, we ensure that our customers have access to advanced technologies in hosting, dedicated servers and cloud services. In addition to this, we offer systems consultancy on Linux systems and specialized maintenance in DBMS, IT Security, Cloud and much more. We stand out for our expertise in hosting leading Open Source CMS such as WordPress, WooCommerce, Drupal, Prestashop, Joomla, OpenCart and Magento, supported by a high-level support and consultancy service suitable for Public Administration, SMEs and any size.

Red Hat, Inc. owns the rights to Red Hat®, RHEL®, RedHat Linux®, and CentOS®; AlmaLinux™ is a trademark of AlmaLinux OS Foundation; Rocky Linux® is a registered trademark of the Rocky Linux Foundation; SUSE® is a registered trademark of SUSE LLC; Canonical Ltd. owns the rights to Ubuntu®; Software in the Public Interest, Inc. holds the rights to Debian®; Linus Torvalds holds the rights to Linux®; FreeBSD® is a registered trademark of The FreeBSD Foundation; NetBSD® is a registered trademark of The NetBSD Foundation; OpenBSD® is a registered trademark of Theo de Raadt. Oracle Corporation owns the rights to Oracle®, MySQL®, and MyRocks®; Percona® is a registered trademark of Percona LLC; MariaDB® is a registered trademark of MariaDB Corporation Ab; REDIS® is a registered trademark of Redis Labs Ltd. F5 Networks, Inc. owns the rights to NGINX® and NGINX Plus®; Varnish® is a registered trademark of Varnish Software AB. Adobe Inc. holds the rights to Magento®; PrestaShop® is a registered trademark of PrestaShop SA; OpenCart® is a registered trademark of OpenCart Limited. Automattic Inc. owns the rights to WordPress®, WooCommerce®, and JetPack®; Open Source Matters, Inc. owns the rights to Joomla®; Dries Buytaert holds the rights to Drupal®. Amazon Web Services, Inc. holds the rights to AWS®; Google LLC holds the rights to Google Cloud™ and Chrome™; Microsoft Corporation holds the rights to Microsoft®, Azure®, and Internet Explorer®; Mozilla Foundation owns the rights to Firefox®. Apache® is a registered trademark of The Apache Software Foundation; PHP® is a registered trademark of the PHP Group. CloudFlare® is a registered trademark of Cloudflare, Inc.; NETSCOUT® is a registered trademark of NETSCOUT Systems Inc.; ElasticSearch®, LogStash®, and Kibana® are registered trademarks of Elastic NV Hetzner Online GmbH owns the rights to Hetzner®; OVHcloud is a registered trademark of OVH Groupe SAS; cPanel®, LLC owns the rights to cPanel®; Plesk® is a registered trademark of Plesk International GmbH; Facebook, Inc. owns the rights to Facebook®. This site is not affiliated, sponsored or otherwise associated with any of the entities mentioned above and does not represent any of these entities in any way. All rights to the brands and product names mentioned are the property of their respective copyright holders. Any other trademarks mentioned belong to their registrants. MANAGED SERVER® is a trademark registered at European level by MANAGED SERVER SRL, Via Enzo Ferrari, 9, 62012 Civitanova Marche (MC), Italy.

JUST A MOMENT !

Would you like to see how your WooCommerce runs on our systems without having to migrate anything? 

Enter the address of your WooCommerce site and you will get a navigable demonstration, without having to do absolutely anything and completely free.

No thanks, my customers prefer the slow site.
Back to top