Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlerdorf/opcache-status
A one-page opcache status page
https://github.com/rlerdorf/opcache-status
Last synced: 25 days ago
JSON representation
A one-page opcache status page
- Host: GitHub
- URL: https://github.com/rlerdorf/opcache-status
- Owner: rlerdorf
- Created: 2013-03-17T08:23:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T14:25:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T15:40:15.198Z (about 1 month ago)
- Language: PHP
- Size: 2.18 MB
- Stars: 1,558
- Watchers: 96
- Forks: 377
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- favorite-link - opcache 状态页面。
- php-awesome - OPcache Status - 单文件的 OPcache 状态配置管理 (类库 / 调试工具)
README
OPcache Status [![Packagist](http://img.shields.io/packagist/v/rlerdorf/opcache-status.svg)](https://packagist.org/packages/rlerdorf/opcache-status)
---------------A one-page opcache status page for the PHP 5.5 opcode cache.
You don't need the opcode cache installed to help out with this.
See the data-sample.php file for a dump of the data.I know it is rather ugly, so please spruce it up. But I would like
to keep it relatively small and to a single file so it is easy to
drop into a directory anywhere without worrying about separate css/js/php
files.[![Screenshot](https://raw.githubusercontent.com/jamesrwhite/opcache-status/improve-readme/screenshot.png)](https://raw.githubusercontent.com/jamesrwhite/opcache-status/improve-readme/screenshot.png)
### TODO
- The ability to sort the list of cached scripts by the various columns
- A better layout that can accommodate more of the script data without looking cluttered
- A tuning suggestion tab (need to add a couple of things to the opcache output first though)