php opcache

来源:互联网 发布:mac怎么切换中英文 编辑:程序博客网 时间:2024/06/05 01:58
前几天看见鸟哥的文章

 一个关于Zend O+的小分享

回家感觉测试下

本地环境 php-5.5.6-Win32-VC11-x64 目录里面默认有php_opcache.dll这个文件  



在php.ini中搜索 opcache
如下图加载 php_opcache.dll 并开启 opcache.enable=1   如果安装了xdebug需要在xdebug之前加载php_opcache.dll


重启apache phpinfo 搜索 Zend OPcache



之后运行
<?phpvar_dump(opcache_get_configuration());var_dump(opcache_get_status());

就能看见信息了
下面是找的美化的数据

https://github.com/SchumacherFM/Magento-OpCache





https://github.com/amnuts/opcache-gui




https://github.com/carlosbuenosvinos/opcache-dashboard







https://github.com/predominant/opcache-stats



https://github.com/rlerdorf/opcache-status




0 0
原创粉丝点击