RainLoop version 1.11.3 on Ubuntu 16.04 with nginx, php7 and php7-fpm
Hi,
I've tried changing caching from 'files' to 'APC' and then to 'memcached', but neither APC nor memcached show any data being stored in them, zero items
With APC, php-apcu 5.1.3 was installed and enabled, monitored with apc.php file from https://raw.githubusercontent.com/krakjoe/apcu/master/apc.php
With memcached, memcached 1.4.25 and php-memcached 2.2.0 were installed and monitored with "stats" in telnet connection to memcached.
Settings:
[cache]
enable = On
index = "v36" (+1 on every cache setting change)
fast_cache_driver = "memcache"
fast_cache_index = "v36" (+1 on every cache setting change)
http = On
http_expires = 3600
[labs]
cache_system_data = On
fast_cache_memcache_host = "127.0.0.1"
fast_cache_memcache_port = 11211
Am i doing anything wrong?