Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 665 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 665 Bytes

OPcache Status

A one-page opcache status page for the PHP 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.

Screenshot

Change log

v0.2.1

  • Improve flush cache

v0.2.0

  • Fixed warnings when opcache was off
  • Improve clear cache feedback
  • Changed label from Scripts to Files

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)