|
@@ -1,6 +1,6 @@
|
|
# opcache-gui
|
|
# opcache-gui
|
|
|
|
|
|
-A simple, responsive interface for Zend OPcache information showing the statistics, settings and cached files, and also provides a real-time update for the information (using jQuery and React).
|
|
|
|
|
|
+A clean and responsive interface for Zend OPcache information, showing statistics, settings and cached files, and providing a real-time update for the information (using jQuery and React).
|
|
|
|
|
|
[](https://flattr.com/submit/auto?user_id=acollington&url=https://github.com/amnuts/opcache-gui&title=opcache-gui&language=&tags=github&category=software)
|
|
[](https://flattr.com/submit/auto?user_id=acollington&url=https://github.com/amnuts/opcache-gui&title=opcache-gui&language=&tags=github&category=software)
|
|
|
|
|
|
@@ -14,6 +14,20 @@ The overview will show you all the core information. From here you'll be able t
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
+### Getting started
|
|
|
|
+
|
|
|
|
+There are two ways to getting started using this gui.
|
|
|
|
+
|
|
|
|
+1. Simply to copy/paste or download the index.php to your server.
|
|
|
|
+2. Install via composer by adding this to your composer.json file:
|
|
|
|
+```json
|
|
|
|
+{
|
|
|
|
+ "require": {
|
|
|
|
+ "amnuts/opcache-gui": "*"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+```
|
|
|
|
+
|
|
### File usage
|
|
### File usage
|
|
|
|
|
|
All the files currently in the cache are listed here with their associated statistics. You can filter the results very easily to key in on the particular scripts you're looking for, and you can optionally set levels of the path to be hidden (handy if they all share a common root and you don't want that displayed). It will also indicate if the file cache has expired.
|
|
All the files currently in the cache are listed here with their associated statistics. You can filter the results very easily to key in on the particular scripts you're looking for, and you can optionally set levels of the path to be hidden (handy if they all share a common root and you don't want that displayed). It will also indicate if the file cache has expired.
|
|
@@ -30,9 +44,9 @@ The status.jsx file is provided solely for you to be able to edit the jsx code s
|
|
|
|
|
|
The composer.json file is provided to allow you to deploy the opcache gui a little easier by using composer.
|
|
The composer.json file is provided to allow you to deploy the opcache gui a little easier by using composer.
|
|
|
|
|
|
-## Previous releases
|
|
|
|
|
|
+## Releases
|
|
|
|
|
|
-Previous releases of the GUI are available at:
|
|
|
|
|
|
+Releases of the GUI are available at:
|
|
|
|
|
|
https://github.com/amnuts/opcache-gui/releases/
|
|
https://github.com/amnuts/opcache-gui/releases/
|
|
|
|
|