Merge pull request #10644 from nextcloud/enh/noid/add-compression-section

add a section to server-tuning about asset compression
This commit is contained in:
Simon L
2023-06-24 15:25:30 +02:00
committed by GitHub

View File

@@ -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
-------------------------------------