HTTP/2 Test

Checks if the server supports the modern HTTP/2 protocol for better performance.

What is this check?

This check verifies if your web server supports the HTTP/2 protocol, which is a major revision of the HTTP network protocol.

Why is it important?

HTTP/2 is significantly faster and more efficient than its predecessor, HTTP/1.1. It allows for multiplexing (sending multiple requests over a single connection), header compression, and other features that dramatically reduce page load times.

What is the impact?

Not using HTTP/2 means you're missing out on significant performance gains. Most modern servers support it, and it should be enabled.