384M | 349M | 90% | free |
28M | 7% | used | |
7M | 1% | wasted |
7963 | 7636 | 95% | free |
233 | 2% | scripts | |
94 | 1% | wasted |
57K | 57K | 99% | hits |
286 | misses | ||
0 | blacklist |
528 | 528 | manual | |
0 | keys | ||
0 | memory |
Host | inkans |
PHP Version | PHP 5.3.29 fpm-fcgi Linux |
Opcache Version | Zend OPcache 7.0.5 |
Opcode Caching | Up and Running |
Optimization | Enabled |
Startup | OK |
Shared memory model | mmap |
Uptime | 2 months and 6 hours |
Last Restart | 40 minutes ago |
Used Memory | 27.9M |
Free Memory | 349.3M |
Wasted Memory | 6.8M |
Current Wasted Percentage | 1.8 |
Num Cached Scripts | 233 |
Num Cached Keys | 327 |
Max Cached Keys | 7963 |
Hits | 58007 |
Oom Restarts | 0 |
Hash Restarts | 0 |
Manual Restarts | 528 |
Misses | 286 |
Blacklist Misses | 0 |
Blacklist Miss Ratio | 0 |
Opcache Hit Rate | 99.5 |
Directive | Local Value | Master Value |
---|---|---|
opcache.blacklist_filename | no value | no value |
opcache.consistency_checks | 0 | 0 |
opcache.dups_fix | Off | Off |
opcache.enable | On | On |
opcache.enable_cli | On | On |
opcache.enable_file_override | Off | Off |
opcache.error_log | no value | no value |
opcache.fast_shutdown | 1 | 1 |
opcache.file_update_protection | 2 | 2 |
opcache.force_restart_timeout | 180 | 180 |
opcache.inherited_hack | On | On |
opcache.load_comments | 1 | 1 |
opcache.log_verbosity_level | 1 | 1 |
opcache.max_accelerated_files | 4000 | 4000 |
opcache.max_file_size | 0 | 0 |
opcache.max_wasted_percentage | 5 | 5 |
opcache.memory_consumption | 384 | 384 |
opcache.optimization_level | 0xFFFFFFFF | 0xFFFFFFFF |
opcache.preferred_memory_model | no value | no value |
opcache.protect_memory | 0 | 0 |
opcache.restrict_api | no value | no value |
opcache.revalidate_freq | 60 | 60 |
opcache.revalidate_path | Off | Off |
opcache.save_comments | 1 | 1 |
opcache.use_cwd | On | On |
opcache.validate_timestamps | On | On |
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 |