diff --git a/admin_manual/configuration/performance_tips.rst b/admin_manual/configuration/performance_tips.rst index 9d567bb15..6d9f04f3c 100644 --- a/admin_manual/configuration/performance_tips.rst +++ b/admin_manual/configuration/performance_tips.rst @@ -74,19 +74,26 @@ Please have a look at the documentation of your webservers module for more infos .. note:: If you want to enable SPDY for Apache please note the `Known Issues `_ of this module to avoid problems after enabling it. -`Serving static files via web server `_ ------------------------------------- +Serving static files via web server +----------------------------------- -`Using cron to perform background jobs `_ --------------------------------------- +See the section :doc:`serving_static_files_configuration` for a description and the benefits. -`Using MySQL instead of SQLite `_ ------------------------------- +Using cron to perform background jobs +------------------------------------- + +See the section :doc:`background_jobs_configuration` for a description and the benefits. + +Using MySQL instead of SQLite +----------------------------- MySQL or MariaDB should be preferred because of the `performance limitations of SQLite with highly concurrent applications `_, like ownCloud. On large instances you could consider `running MySQLTuner `_ to optimize the database. +See the section :doc:`database_configuration` how to configure ownCloud for MySQL or MariaDB. If your installation is already running on +SQLite then it is possible to convert to MySQL or MariaDB using the steps provided in :doc:`../maintenance/convert_db`. + ----------------------------------- Nginx: caching ownCloud gallery thumbnails with fastcgi_cache_purge