PHP 使用 Zend OPcache 加速

PHP 於 5.6 後,Debian / Ubuntu Linux 預設都內建 OPcache,有了 OPcache 就不再需要 APC / APCU 囉!

APC / APCU / OPCache 的差異如下:

  • APC:OP Code Cache + User Data Cache (使用者儲存資料快取)
  • APCU:User Data Cache
  • OPCache:OP Code Cache

閱讀全文〈PHP 使用 Zend OPcache 加速〉