yireo / Yireo_LinkPreload

Magento 2 extension to set HTTP Link headers for primary resources to allow for HTTP/2 Server Push
Open Software License 3.0
74 stars 18 forks source link

Update README.md #11

Closed tdgroot closed 6 years ago

tdgroot commented 6 years ago

This fixes #10.

jissereitsma commented 6 years ago

It was on my todo list to update this doc. However, there is also a bit of debate going on within the Nginx forums whether this server push would make much sense. Because whenever you push something, it will override the browser caching (as I understand it). This would lead to a solution where either the server push only occurs at the first request (when no cookie is set yet) or perhaps something else.