Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gatsby-plugin-netlify] default HTTP/2 push #3286

Closed
ghost opened this issue Dec 20, 2017 · 0 comments
Closed

[gatsby-plugin-netlify] default HTTP/2 push #3286

ghost opened this issue Dec 20, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 20, 2017

Description

The Readme of "gatsby-plugin-netlify" states:

By default, the plugin will add HTTP/2 assets to server push the critical Gatsby scripts (ones that have the preload attribute already).

This does not reflect the current behaviour.

In src/constants.js the HTTP/2 push headers are disabled by default:
mergeLinkHeaders: false, // TODO: change this to true when gzip for server push is on netlify

I have a project on netlify with mergeLinkHeaders: true and did not experience any problems.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants