| 128M | 60M | 46% | free |
| 68M | 53% | used | |
| 0 | wasted |
| 128K | 126K | 98% | free |
| 1762 | 1% | scripts | |
| 440 | wasted |
| 122K | 119K | 98% | hits |
| 2471 | 1% | misses | |
| 0 | blacklist |
| 72 | 72 | manual | |
| 0 | keys | ||
| 0 | memory |
| Host | izt4nfbq736g1ssjxobnp8z |
| PHP Version | PHP 7.3.5 fpm-fcgi Linux |
| Opcache Version | Zend OPcache 7.3.5 |
| Uptime | 5 months and 19 hours |
| Last Restart | 4 hours ago |
| Used Memory | 68.4M |
| Free Memory | 59.6M |
| Wasted Memory | 0 |
| Current Wasted Percentage | 0 |
| Num Cached Scripts | 1762 |
| Num Cached Keys | 2202 |
| Max Cached Keys | 130987 |
| Hits | 122018 |
| Oom Restarts | 0 |
| Hash Restarts | 0 |
| Manual Restarts | 72 |
| Misses | 2471 |
| Blacklist Misses | 0 |
| Blacklist Miss Ratio | 0 |
| Opcache Hit Rate | 98 |
| 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 |