03.08.2016, 21:32
Http/2 is fast, yep, but SSL/TLS are intensive tasks for the server and clients, and increase the network traffic.
So https is actually slower (and doesnt always use http/2 unless you set it up to do so)
Encryption is good, but you shouldnt overuse it. If you want faster website loading and do not handle sensitive data, just set up your webserver to use http/2, but you dont need forcefully encrypt every single bit of irrelevant data.
So https is actually slower (and doesnt always use http/2 unless you set it up to do so)
Encryption is good, but you shouldnt overuse it. If you want faster website loading and do not handle sensitive data, just set up your webserver to use http/2, but you dont need forcefully encrypt every single bit of irrelevant data.