128M | 99M | 77% | free |
29M | 22% | used | |
58K | wasted |
128K | 128K | 99% | free |
225 | scripts | ||
36 | wasted |
10K | 10K | 97% | hits |
305 | 2% | misses | |
0 | blacklist |
239 | 239 | manual | |
0 | keys | ||
0 | memory |
Host | hangzhou-web01 |
PHP Version | PHP 7.1.26 fpm-fcgi Linux |
Opcache Version | Zend OPcache 7.1.26 |
Uptime | 3 years and 10 hours |
Last Restart | 11 hours ago |
Used Memory | 29.2M |
Free Memory | 98.8M |
Wasted Memory | 58880 |
Current Wasted Percentage | 0 |
Num Cached Scripts | 225 |
Num Cached Keys | 261 |
Max Cached Keys | 130987 |
Hits | 10312 |
Oom Restarts | 0 |
Hash Restarts | 0 |
Manual Restarts | 239 |
Misses | 305 |
Blacklist Misses | 0 |
Blacklist Miss Ratio | 0 |
Opcache Hit Rate | 97.1 |
opcache_reset |
opcache_invalidate |
opcache_compile_file |
opcache_is_script_cached |
opcache_get_configuration |
opcache_get_status |
Pass | Description |
---|---|
1 | Constants subexpressions elimination (CSE) true, false, null, etc. Optimize series of ADD_STRING / ADD_CHAR Convert CAST(IS_BOOL,x) into BOOL(x) Convert INIT_FCALL_BY_NAME + DO_FCALL_BY_NAME into DO_FCALL |
2 | Convert constant operands to expected types Convert conditional JMP with constant operands Optimize static BRK and CONT |
3 | Convert $a = $a + expr into $a += expr Convert $a++ into ++$a Optimize series of JMP |
4 | PRINT and ECHO optimization (defunct) |
5 | Block Optimization - most expensive pass Performs many different optimization patterns based on control flow graph (CFG) |
9 | Optimize register allocation (allows re-usage of temporary variables) |
10 | Remove NOPs |