diff --git a/admin_manual/configuration_server/performance_tuning.rst b/admin_manual/configuration_server/performance_tuning.rst index 107187476..a934cb431 100644 --- a/admin_manual/configuration_server/performance_tuning.rst +++ b/admin_manual/configuration_server/performance_tuning.rst @@ -213,6 +213,13 @@ AES-NI extension: * If your environment runs virtualized, check the virtualization vendor for support. + +SSL session reuse +================= + +You should enable SSL session tickets or SSL session identifiers in your +web server. This will lead to lower delay in connection setup time for +TCP connections to the ownCloud. ************** Webserver Tips @@ -685,4 +692,4 @@ Add *inside* the ``server{}`` block, as an example of a configuration:: * Open the gallery app again and browse to the folders you accessed before. Your thumbnails should appear more or less immediately. * ``htop`` will not show up additional load while processing, compared to - the high load before. \ No newline at end of file + the high load before.