Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
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.
Install
- Connect to the hosting via SSH.
- 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.
Launch
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/).