HTTP/2 versus HTTP/1.1
Someone raised the question of whether we really have to use HTTP/2, so I compared the performance with Chrome Lighthouse. I ran the measurements against the same web app (an SPA developed with Vue.js).
This is with HTTP/2 applied

And below is with HTTP/1.1

Without doing anything at all, I gained 15 more points in performance.
Leave a comment