Install Zend OpCache on OpenLiteSpeed Server

To install Zend OpCache on OpenLiteSpeed Server, run

apt install -y lsphp73-opcache

Now restart PHP with command

killall -9 lsphp

Zend OpCache GUI

Zend OpCache GUI shows stats for OpCache. This is for monitoring purpose only.

You can download it from

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

All you need to do is download the files, exact it, upload it to your web site. It will show nice graphs with cache statistics.

Zend OpCache GUI

Comments

One response to “Install Zend OpCache on OpenLiteSpeed Server”

  1. robert haba Avatar

    It will work for PHP 8, “apt install -y lsphp80-opcache” ?

Leave a Reply

Your email address will not be published. Required fields are marked *