mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
add a section about asset compression
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
9ef1115fe2
commit
c1d2f7770c
@ -50,6 +50,14 @@ 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 plain filetypes like javascript, css and svg files
|
||||
improves the performance because less bytes need to be transferred to the clients. Only these
|
||||
file types are necessary because all other plain filetypes are usually served by Nextcloud PHP
|
||||
code and compressed on the fly by it automatically if the client accepts gzip encoding.
|
||||
|
||||
Using MariaDB/MySQL instead of SQLite
|
||||
-------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user