Martin_Sauer
Regular Pleskian
tested with my own comilations as well as the Panda-packages:
- zend opcache configured in php 5.5 and 5.6
- php version assigned to test domains
php-info:
- cache active and running
real-life:
- site loads "normally" on initial load
- cache kicks in on reload - perfect
- 15 seconds later: cache is empty
bottom line: when then php-cgi process ends, the cache is killed too.
Why does it happened? How do I keep the cache persistent? Is it due to cgi/fcgi and fpm would solve it?
- zend opcache configured in php 5.5 and 5.6
- php version assigned to test domains
php-info:
- cache active and running
real-life:
- site loads "normally" on initial load
- cache kicks in on reload - perfect
- 15 seconds later: cache is empty
bottom line: when then php-cgi process ends, the cache is killed too.
Why does it happened? How do I keep the cache persistent? Is it due to cgi/fcgi and fpm would solve it?