mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Merge pull request #1448 from owncloud/test-apc
Mention apc.php in performance_tuning.rst
This commit is contained in:
@@ -94,6 +94,11 @@ and 5.4.
|
||||
APC is both an opcode cache and data store. OPCache is only an opcode cache, so
|
||||
for caching user data you should also install APCu.
|
||||
|
||||
You can test the state of APC(u) by putting the testing file from the documentation
|
||||
in your server root. It is usually called 'apc.php' and can be found in
|
||||
/usr/share/doc/php5-apcu/apc.php or /usr/share/doc/packages/php5-apcu/apc.php or
|
||||
a similar location, depending on your distribution.
|
||||
|
||||
The Redis key-value cache and store is an excellent fast and robust cache. For
|
||||
configuration examples see :doc:`config_sample_php_parameters`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user