3

最近 opcache をアクティブにしましたが、機能していないようです。phpinfo() 経由で有効化されていることが確認されています

ここに画像の説明を入力

ご覧のとおり、0 ヒット 1 ミス 1 キャッシュ スクリプト (opcached gui)

私は何が欠けていますか?

サーバーは Linux サーバー centos 6.5 vps PHP 5.5

opcache 設定に関するもう少し詳しい情報

opcache_enabled true

cache_full false

restart_pending false

restart_in_progress false

使用済みメモリ 8.54 MB

free_memory 503.46 MB

Wasted_memory 0 バイト

現在の無駄の割合 0.00%

buffer_size 4194304

使用済みメモリ 446.41 kB

free_memory 3.56 MB

number_of_strings 4895

num_cached_scripts 1

num_cached_keys 1

max_cached_keys 65407

ヒット数 0

start_time Sat, 26 Jul 14 23:20:32 +0000

last_restart_time なし

oom_restarts 0

hash_restarts 0

manual_restarts 0

ミス 1

ブラックリストミス 0

ブラックリストミス率 0.00%

opcache_hit_rate 0.00%

4

2 に答える 2

3

これは、 mod_php5ではなく cgi を使用しているようです。共有メモリ領域 (SMA) は両方に使用されますが、後者の要求から要求への要求のみを保持します。

于 2014-07-27T20:48:21.280 に答える