192M | free | ||
used | |||
wasted |
223 | 223 | free | |
scripts | |||
0 | wasted |
0 | hits | ||
misses | |||
blacklist |
0 | manual | ||
keys | |||
memory |
Host | iZbp16snv42gsldi2qgbkvZ |
PHP Version | PHP 7.1.4 fpm-fcgi Linux |
Opcache Version | Zend OPcache 7.1.4 |
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 |