From 171378bd7729e562e6a903e9b07b054899c2e406 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 10 Aug 2015 12:20:41 +0200 Subject: [PATCH] Update performance_tuning.rst Adding a note about using apc.php to check if caching is working - darn, that is useful ;-) Merge, @carlaschroeder ? --- admin_manual/configuration_server/performance_tuning.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/configuration_server/performance_tuning.rst b/admin_manual/configuration_server/performance_tuning.rst index 5f4022cff..2e602d306 100644 --- a/admin_manual/configuration_server/performance_tuning.rst +++ b/admin_manual/configuration_server/performance_tuning.rst @@ -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`.