128M | 109M | 85% | free |
19M | 14% | used | |
0 | wasted |
16K | 15K | 95% | free |
410 | 2% | scripts | |
301 | 1% | wasted |
2652 | 2242 | 84% | hits |
410 | 15% | misses | |
0 | blacklist |
0 | 0 | manual | |
0 | keys | ||
0 | memory |
Host | iZq9sppdexercmZ |
PHP Version | PHP 8.1.27 apache2handler Linux |
Opcache Version | Zend OPcache 8.1.27 |
Uptime | 8 hours and 16 minutes |
Used Memory | 19.1M |
Free Memory | 108.9M |
Wasted Memory | 0 |
Current Wasted Percentage | 0 |
Num Cached Scripts | 410 |
Num Cached Keys | 711 |
Max Cached Keys | 16229 |
Hits | 2242 |
Oom Restarts | 0 |
Hash Restarts | 0 |
Manual Restarts | 0 |
Misses | 410 |
Blacklist Misses | 0 |
Blacklist Miss Ratio | 0 |
Opcache Hit Rate | 84.5 |
opcache_reset |
opcache_get_status |
opcache_compile_file |
opcache_invalidate |
opcache_get_configuration |
opcache_is_script_cached |
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 |