2.8.4.2. Opcache GUI
Requirements: PHP 5.3+
Application Opcache GUI allows using the web interface to monitor the OPcache memory fullness and track certain cached scripts. For its correct operation it is required configure OPcache for the site, no additional settings are required.
Installing
To install the OPcache manager, do the following:
- Change to the directory where you plan to place Opcache GUI, using the command:
cd ~/example.com/subdomain/dir/
Instead
example.com/subdomain/dir
specify the desired path. - Run the command to install Opcache GUI to the current working directory:
git clone https://github.com/amnuts/opcache-gui .
Launch Opcache GUI you can access the directory of the site through the browser where the manager was stopped.