PHPackages                             opegento/module-early-hints-103 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. opegento/module-early-hints-103

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

opegento/module-early-hints-103
===============================

Early Hints Headers for preloading static files while Magento is calculating his render.

0.0.1(4y ago)6121MITPHP

Since Mar 19Pushed 2y ago21 watchersCompare

[ Source](https://github.com/opengento/magento2-early-hints-103)[ Packagist](https://packagist.org/packages/opegento/module-early-hints-103)[ RSS](/packages/opegento-module-early-hints-103/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Early Hints by Opengento
========================

[](#early-hints-by-opengento)

POC for adding preloading content headers / Early hints approach

Setup / prerequirement
----------------------

[](#setup--prerequirement)

Magento 2 Open Source or Commerce edition is required. Nginx / Varnish (apache not tested yet)

### Composer installation

[](#composer-installation)

Run the following composer command:

```
composer require opengento/module-early-hints-103

```

### Setup the module

[](#setup-the-module)

Run the following magento command:

```
bin/magento setup:upgrade

```

### Varnish VCL file

[](#varnish-vcl-file)

```
sub vcl_backend_response {
  if (beresp.http.Surrogate-Control ~ "OpengentoBroadcast/1.0") {
      set beresp.do_stream = true;
      set beresp.ttl = 0s;
  }

```

Support
-------

[](#support)

Raise a new [request](https://github.com/opengento/module-early-hints-103/issues) to the issue tracker.

Authors
-------

[](#authors)

- **Opengento Community** - *Lead*
    - [![Twitter Follow](https://camo.githubusercontent.com/f582f22fdefea808310d5426ff86d748569ab584a65c28c30eb34b72a73ba802/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6f70656e67656e746f2e7376673f7374796c653d736f6369616c)](https://twitter.com/opengento)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1519d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21cb16277e1add0e962372a16a174b4ce3714dfe84b5e0c65623be264899a35f?d=identicon)[Blackbird](/maintainers/Blackbird)

---

Top Contributors

[![anthony-blackbird](https://avatars.githubusercontent.com/u/12445118?v=4)](https://github.com/anthony-blackbird "anthony-blackbird (8 commits)")

### Embed Badge

![Health badge](/badges/opegento-module-early-hints-103/health.svg)

```
[![Health](https://phpackages.com/badges/opegento-module-early-hints-103/health.svg)](https://phpackages.com/packages/opegento-module-early-hints-103)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
