OpCache not caching -
Recently active opcache but this does not seem to work Phpinfo ()
< Activated via img src = "https://i.stack.imgur.com/Kteaj.png" alt = "image description here enter">
you hit 0 Can see 1 miss 1 cached script (opcached GUI)
Am I missing?
The server is a Linux server centos 6.5 vps PHP 5.5
A bit more info about opcache configuration
opcache_enabled true
cache_full False
restart_pending false
false restart_in_progress
used_memory 8.54 MB
free_memory 503.46 MB
wasted_memory 0 bytes < / P>
0.00%
buffer_size current_wasted_percentage 4,194,304
used_memory 446.41 kB
free_memory 3.56 MB
number_of_strings 4895
num_cached_scripts 1
num_cached_keys 1
max_cached_keys 65,407
hit 0
start_time Saturn, 26 July 14 23:20: 32 +0000
never last_restart_time
oom_restarts 0
hash_starts 0
Manual_Start 0 0
Do not remember
bla cklist_misses 0
0.00% blacklist_miss_ratio
0.00% opcache_hit_rate
It seems that you are using CGI instead of mod_php5 for both the shared memory area (SMA) , But it only continues to request-to-request for later.
Comments
Post a Comment