PHP 5.5에서부터는 Zend Opcache가 내장되어있다.
설정도 기본으로 사용이다.
이 판넬은 opcache의 상태를 보여준다.
https://gist.github.com/ck-on/4959032
간단하게 opcache 성능을 비교해봤는데
non opcache
- Requests per second: 98.23 [#/sec]
use opcache
- Requests per second: 190.80 [#/sec]
확실히 차이 난다.
- Posted
- Filed under 프로그래밍/PHP