Search combination opcode and filecache - SOLVED
Hi,
i`m searching a senseful combination of opcode and filecache for a development server with CentOS 6.6, Php 5.4.40 (mod_php, php-fpm) and ZendLoader.
eAccelerator doesnt work with php5.4, APC is EOL, opCache doesnt work with Zendloader, and memcached is called dangerous as it doesnt support ACL. How dangerous is this really?
As opcode caching i did found apcu and xcache, but what to choose for filecaching in combination?
Thanks for suggestions!
## EDIT ## - solved !
solved by:
1) checked Zendloader really needs --> No (only 1 install, can forget about that) --> installed opcache.
2) installed apcu as user data cache.
seems much more better now, faster and smoother.
Thanks to Andrea !!!
Hi,
i`m searching a senseful combination of opcode and filecache for a development server with CentOS 6.6, Php 5.4.40 (mod_php, php-fpm) and ZendLoader.
eAccelerator doesnt work with php5.4, APC is EOL, opCache doesnt work with Zendloader, and memcached is called dangerous as it doesnt support ACL. How dangerous is this really?
As opcode caching i did found apcu and xcache, but what to choose for filecaching in combination?
Thanks for suggestions!
## EDIT ## - solved !
solved by:
1) checked Zendloader really needs --> No (only 1 install, can forget about that) --> installed opcache.
2) installed apcu as user data cache.
seems much more better now, faster and smoother.
Thanks to Andrea !!!
Last edited: