diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index ae912086f..a95b739c2 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -100,6 +100,11 @@ Enable HTTP2 for faster loading HTTP2 has `huge speed improvements `_ over HTTP with multiple request. Most `browsers already support HTTP2 over SSL (HTTPS) `_. So refer to your server manual for guides on how to use HTTP2. +You can check if your application already uses HTTP2 or not by running the simple curl command + +..code:: sh + curl -I https://mywebsite.com/ + Tune PHP-FPM ------------