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

HTTP/2: Consider Resurrecting Original Functionality #237

Open
dominic-p opened this issue May 30, 2016 · 0 comments
Open

HTTP/2: Consider Resurrecting Original Functionality #237

dominic-p opened this issue May 30, 2016 · 0 comments

Comments

@dominic-p
Copy link

With HTTP/2 gaining popularity some of the optimization techniques developed for HTTP/1 are becoming counter-productive. Specifically, because connections are multiplexed, HTTP requests are cheap in HTTP/2. So, combining unlike files can actually hurt performance by minimizing the effectiveness of caching.

It strikes me that the original purpose and design of this script fits quite well in an HTTP/2 environment. But, I'm curious to hear what the developers think.

Here's a whitepaper on performance in HTTP/2 that suggests unwinding some HTTP/1 based optimizations going forward.

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

1 participant