2.8.5.2. Opcache GUI

The Opcache GUI app allows you to monitor OPcache memory usage and track specific cached scripts via a web interface. For it to work properly, you need to configure OPcache for your site; no additional settings are required.

  1. Connect to the hosting via SSH.
  2. Install Opcache GUI:
    git clone https://github.com/amnuts/opcache-gui ~/example.com/sub/path/to/app/

    Replace ~/example.com/sub/path/to/app/ with the path to the subdirectory of your site where the Opcache GUI files will be stored.

To launch the Opcache GUI, simply access the directory containing its files via a web browser (using a URL such as sub.example.com/path/to/app/).

Content