opcache.so让你的php服务器性能提升10倍,丝毫不夸张
环境:我用的是lnmp一键安装包,是1.6版本的 PHP是7.3已经预装了,直接开启
看看opcache的介绍
此脚本是用来安装opcache的,是 Zend 开发的闭源但可以免费使用的 PHP 优化加速组件。LNMP 1.2下安装的PHP 5.5或更高版本的PHP不需要额外安装OPcache,默认已经安装上。
1.3上默认已安装但未启用执行:./addons.sh install opcache 进行开启。
安装
进入lnmp解压后的目录,执行:./addons.sh install opcache
Opcache和eAccelerator是冲突的,脚本会卸载eAccelerator后再安装Opcache,回车确认后就会自动安装opcache。
lnmp1.6]# ./addons.sh install opcache
+-----------------------------------------------------------------------+
| Addons script for LNMP V1.6, Written by Licess |
+-----------------------------------------------------------------------+
| A tool to Install cache,optimizer,accelerator...addons for LNMP |
+-----------------------------------------------------------------------+
| For more information please visit https://lnmp.org |
+-----------------------------------------------------------------------+
Install Opcache will auto uninstall eAccelerator if exists...
====== Installing zend opcache ======
Press any key to start...or Press Ctrl+c to cancel
Uninstall eAccelerator...
Copy Opcache Control Panel...
Restarting php-fpm......
Gracefully shutting down php-fpm . done
Starting php-fpm done
====== Opcache install completed ======
Opcache installed successfully, enjoy it!
装完了
配置文件在 /usr/local/php/conf.d/ 这个目录下面,你也可以用phpinfo查看
卸载
执行:./addons.sh uninstall opcache
看看效果
load average: 2.56, 3.82, 24.00
数据夸张不 我的服务器配置比较高没有优化
相关文章