summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 17:58:15 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 17:58:15 +0200
commit06de258c05ef21f31355dd0274d1b7ee3aeae2a7 (patch)
treeae0d0993a4699ef35a3c0c2ae900e87ef73cd275
parent4bd0f63baec7db6d2d02f50d933cd431760571b0 (diff)
add performance notices for php-fpm
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 657a47ceb..3cb364653 100644
--- a/README.md
+++ b/README.md
@@ -126,6 +126,7 @@ To update the News app use:
## Performance Notices
* Use MySQL or PostgreSQL for better database performance
* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news/wiki/Cron-1.2)
+* Feed updates on plattforms using **php-fpm** are significantly slower due to workarounds which are needed to deal with [libxml not being threadsafe](https://bugs.php.net/bug.php?id=64938)
## FAQ