diff --git a/admin_manual/configuration/performance_tips.rst b/admin_manual/configuration/performance_tips.rst index 61a16b070..5f70c35eb 100644 --- a/admin_manual/configuration/performance_tips.rst +++ b/admin_manual/configuration/performance_tips.rst @@ -31,13 +31,13 @@ Object caching can be done locally with the APCu extension, or for distributed PHP environments using Memcached. Memcached servers must be specified in the "memcached_servers" array in ownCloud's config file. -`Serving static files via web server `_ +`Serving static files via web server `_ ----------------------------------- -`Using cron to perform background jobs `_ +`Using cron to perform background jobs `_ ------------------------------------- -`Using MySQL instead of SQLite `_ +`Using MySQL instead of SQLite `_ ----------------------------- MySQL or MariaDB should be preferred because of the `performance limitations of SQLite with highly concurrent applications `_, like ownCloud.