Reputation: 151
Are they any tools to help me figure out performance improvement I will be get with HTTP 2.0 versus HTTP 1 Or any other guidance on how I would go about doing paper calculation.
Typically I have noticed that the tools would eliminate SSL connect time because of socket reuse.
I have looked at one tool - http://http2.loadimpact.com/entry/
Upvotes: 1
Views: 89
Reputation: 18597
I recently found http://www.webpagetest.org/.
You can choose the browser that runs the test, and if you choose a browser that does not support HTTP/2 such as IE10 and one that does such as Chrome, you will get a comparison between HTTP/1.1 and HTTP/2.
Upvotes: 1