Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mlazarov/ocp

Opcache Control Panel
https://github.com/mlazarov/ocp

Last synced: 3 months ago
JSON representation

Opcache Control Panel

Lists

README

        

# OCP - Opcache Control Panel

![OCP](https://raw.githubusercontent.com/mlazarov/ocp/master/screenshot-01.png)

### Usage

Download ocp.php to your webroot and point your browser to the file.

### Known problems/Limitations:

Unlike APC, the Zend OPcache API:
- cannot determine when a file was put into the cache
- cannot change settings on the fly
- cannot protect opcache functions by restricting execution to only specific scripts/paths

### Todo:
- Extract variables for prefered ordering and better layout instead of just dumping into tables
- File list filter

## Based on OCP
* Opcache Control Panel from _ck_ (with contributions by GK, stasilok)
* Original source: Based on OCP - Opcache Control Panel from _ck_ (with contributions by GK, stasilok)