| 128M | 90M | 70% | free |
| 38M | 29% | used | |
| 340K | wasted |
| 16K | 15K | 92% | free |
| 1109 | 6% | scripts | |
| 124 | wasted |
| 4617 | 3508 | 75% | hits |
| 1109 | 24% | misses | |
| 0 | blacklist |
| 1 | 1 | manual | |
| 0 | keys | ||
| 0 | memory |
| Host | 174.137.54.48.16clouds.com |
| PHP Version | PHP 7.4.22 apache2handler Linux |
| Opcache Version | Zend OPcache 7.4.22 |
| Uptime | 9 hours and 4 minutes |
| Last Restart | 8 hours ago |
| Used Memory | 37.6M |
| Free Memory | 90.1M |
| Wasted Memory | 348256 |
| Current Wasted Percentage | 0.3 |
| Num Cached Scripts | 1109 |
| Num Cached Keys | 1233 |
| Max Cached Keys | 16229 |
| Hits | 3508 |
| Oom Restarts | 0 |
| Hash Restarts | 0 |
| Manual Restarts | 1 |
| Misses | 1109 |
| Blacklist Misses | 0 |
| Blacklist Miss Ratio | 0 |
| Opcache Hit Rate | 76 |
| 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 |