Cloudfront now supports HTTP/2
Hot off the press: [1] Amazon's Cloudfront now supports HTTP/2! Since Cloudfront is our CDN provider, we can enable HTTP/2 for our CDN hosted resources! Unfortunately ELB still doesn't support HTTP/2 natively, though this can be worked around by forwarding all headers unmodified to nginx [2]. I wonder if we'd see any improvement in load time? Shane [1] - https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-supports-http2/ [2] - https://bobcares.com/blog/setting-up-aws-http2-support/2/ ___ Dev-fxacct mailing list Dev-fxacct@mozilla.org https://mail.mozilla.org/listinfo/dev-fxacct
Re: Cloudfront now supports HTTP/2
For assets, absolutely! Turn it to 11! On Thu, Sep 8, 2016, 2:58 AM Shane Tomlinson wrote: > Hot off the press: [1] > > Amazon's Cloudfront now supports HTTP/2! Since Cloudfront is our CDN > provider, we can enable HTTP/2 for our CDN hosted resources! Unfortunately > ELB still doesn't support HTTP/2 natively, though this can be worked around > by forwarding all headers unmodified to nginx [2]. I wonder if we'd see any > improvement in load time? > > Shane > > [1] - > https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-supports-http2/ > [2] - https://bobcares.com/blog/setting-up-aws-http2-support/2/ > ___ > Dev-fxacct mailing list > Dev-fxacct@mozilla.org > https://mail.mozilla.org/listinfo/dev-fxacct > ___ Dev-fxacct mailing list Dev-fxacct@mozilla.org https://mail.mozilla.org/listinfo/dev-fxacct
Re: Cloudfront now supports HTTP/2
I've enabled HTTP/2 support on stage. Lets benchmark it there and see if we can get any performance improvements. Classic ELB (what we're using now) doesn't support HTTP/2 but ALB (it's ELBv2) does: https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/ . It'd be interesting to test performance of the ELB with HTTP/1.1 vs ALB with HTTP/2... On Thu, Sep 8, 2016 at 5:57 AM, Shane Tomlinson wrote: > Hot off the press: [1] > > Amazon's Cloudfront now supports HTTP/2! Since Cloudfront is our CDN > provider, we can enable HTTP/2 for our CDN hosted resources! Unfortunately > ELB still doesn't support HTTP/2 natively, though this can be worked around > by forwarding all headers unmodified to nginx [2]. I wonder if we'd see any > improvement in load time? > > Shane > > [1] - https://aws.amazon.com/about-aws/whats-new/2016/09/amazon- > cloudfront-now-supports-http2/ > [2] - https://bobcares.com/blog/setting-up-aws-http2-support/2/ > > ___ > Dev-fxacct mailing list > Dev-fxacct@mozilla.org > https://mail.mozilla.org/listinfo/dev-fxacct > > ___ Dev-fxacct mailing list Dev-fxacct@mozilla.org https://mail.mozilla.org/listinfo/dev-fxacct