forked from GNUsocial/gnu-social
Replace memcache with opcache in INSTALL instructions.
This commit is contained in:
parent
363d467585
commit
6d40394212
7
INSTALL
7
INSTALL
@ -54,10 +54,9 @@ Better performance
|
|||||||
|
|
||||||
For some functionality, you will also need the following extensions:
|
For some functionality, you will also need the following extensions:
|
||||||
|
|
||||||
- memcache A client for the memcached server, which caches database
|
- opcache Improves performance a _lot_. Included in PHP, must be
|
||||||
information in volatile memory. This is important for
|
enabled manually in php.ini for most distributions. Find
|
||||||
adequate performance on high-traffic sites. You will
|
and set at least: opcache.enable=1
|
||||||
also need a memcached server to store the data in.
|
|
||||||
- mailparse Efficient parsing of email requires this extension.
|
- mailparse Efficient parsing of email requires this extension.
|
||||||
Submission by email or SMS-over-email uses this.
|
Submission by email or SMS-over-email uses this.
|
||||||
- sphinx A client for the sphinx server, an alternative to MySQL
|
- sphinx A client for the sphinx server, an alternative to MySQL
|
||||||
|
Loading…
Reference in New Issue
Block a user