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: 14 days ago
JSON representation
Opcache Control Panel
- Host: GitHub
- URL: https://github.com/mlazarov/ocp
- Owner: mlazarov
- License: mit
- Created: 2015-04-07T13:02:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T21:53:12.000Z (over 9 years ago)
- Last Synced: 2024-08-01T19:33:50.060Z (3 months ago)
- Language: PHP
- Size: 309 KB
- Stars: 9
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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)