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

Is this necessary if HTTP2 is enabled #6

Open
rossmc opened this issue Sep 28, 2018 · 2 comments
Open

Is this necessary if HTTP2 is enabled #6

rossmc opened this issue Sep 28, 2018 · 2 comments

Comments

@rossmc
Copy link

rossmc commented Sep 28, 2018

Just wondering if this will be necessary if you're using HTTP2?
https://http2.github.io/faq/#why-is-http2-multiplexed

Any thoughts?

@Januszpl
Copy link

Januszpl commented Oct 5, 2018

Yes. It helps to set some critical code to load first. By default in Magento2 you can wait longer for having interactive menu (especially on mobile). Using this you can tweak things like that.

@joshuaadickerson
Copy link

Even with HTTP/2 you will still have a lot of latency waiting for each script to load. In addition, Chrome and FF limit the number of concurrent requests. Not sure about other browsers but I know in those two you will see a notice after (I think) 30 concurrent requests.

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

3 participants