Merge pull request #836 from RealRancor/fix_performance_links

Fix wrong links in headlines of performance page and add additional notes
This commit is contained in:
Morris Jobke 2015-02-15 15:02:07 +01:00
commit 1c48209179

View File

@ -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 <https://code.google.com/p/mod-spdy/wiki/KnownIssues>`_
of this module to avoid problems after enabling it.
`Serving static files via web server <serving_static_files_configuration.rst>`_
------------------------------------
Serving static files via web server
-----------------------------------
`Using cron to perform background jobs <background_jobs_configuration.rst#cron>`_
--------------------------------------
See the section :doc:`serving_static_files_configuration` for a description and the benefits.
`Using MySQL instead of SQLite <database_configuration.rst#configuring-a-mysql-or-mariadb-database>`_
------------------------------
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 <http://www.sqlite.org/whentouse.html>`_, like ownCloud.
On large instances you could consider `running MySQLTuner <https://github.com/major/MySQLTuner-perl/>`_ 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