Php 5.4.29 version and ZendOPcache in config.php file

macroforum

Active member
Hi :)
The server where is my forum run Php 5.4.29 version and this cache system
Code:
Zend OPcache

Opcode Caching    Up and Running
Optimization    Enabled
Startup    OK
Shared memory model    mmap
Cache hits    18315573
Cache misses    2018
Used memory    43959848
Free memory    90257880
Wasted memory    0
Cached scripts    2011
Cached keys    2246
Max keys    7963
OOM restarts    0
Hash keys restarts    0
Manual restarts    0

In config.php file can i optimise this cache or not?
Thanks
Antonio
 
No, you change the setting for zendopcache via either php.ini or it's own .ini file depending on how you have installed it.
 
Ah, ok.
In config.php file i have:
Code:
$config['cache']['enabled'] = true;
//$config['cache']['frontend'] = 'Core';
//$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';

Can i delete this code or it's ok?
Thanks @MattW :)
 
Top Bottom