less than 1 minute read

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 http2

And below is with HTTP/1.1 http1

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

Tags:

Categories:

Updated:

Leave a comment