Jump to content

Recommended Posts

Posted

HELLO! Is anyone running a http/2 setup in production yet and have any strategies / experiences they can share?

I'm currently running on Ubuntu with DigitalOcean | nginx with serverpilot.io (and they now offer https/2 support)

Posted

I also have an Ubuntu droplet on Digital Ocean. After setting up the free Let's Encrypt SSL certificates, I have activated http/2 and everything runs smoothly. I haven't tweaked my sites to take full advantage of http/2, or run benchmarks to measure improvements though. 

  • Like 2
Posted

I'm also running it on Digital Ocean, using forge.laravel.com panel to config Let's Encrypt and everthing else #lazyweb :)

So far so good. 

Didn't fully tested it yet because the project is in alpha state but it looks great so far on a quick webpagetest run. 

And yes, you must avoid concatenation of all files as your request will be bigger than it needs to be depending on your page.

Basically, forget almost all you learned about http connection optimizations. :)

Read: https://www.smashingmagazine.com/2016/02/getting-ready-for-http2/

  • Like 2
Posted

I have my company website running with http/2 on DO with nginx. I didn't use concatenation or any frontend asset post-processing, as the CSS is quite small and the gzipping is done by the server. 

  • Like 1
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...