diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index 3db813ae0..69a6be0a3 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -50,6 +50,12 @@ Caching improves performance by storing data, code, and other objects in memory. Memory cache configuration for the Nextcloud server must be installed and configured. See :doc:`../configuration_server/caching_configuration`. +Compression +----------- + +Enabling compression in your web server for JavaScript, CSS, and SVG files improves the +performance because fewer bytes need to be transferred to the clients. + Using MariaDB/MySQL instead of SQLite -------------------------------------