Skip to content

Releases: amnuts/opcache-gui

Public release 2.4.0

28 Dec 19:44
Compare
Choose a tag to compare

Real-time state is now stored in a cookie so that it can automatically start on page load if you've previously set the state to be active.

Public release 2.3.0

27 Jun 11:28
Compare
Choose a tag to compare

This release brings in changes to show interned strings usage in the sidebar and PHP 5.4 compatibility.

Public release 2.2.4

11 Oct 14:28
Compare
Choose a tag to compare

Releasing the latest version with user contributed patches.

Public release 2.2.3

18 Jul 16:15
Compare
Choose a tag to compare
v2.2.3

Fixed issue #14

Public release 2.2.2

24 Feb 00:36
Compare
Choose a tag to compare

This release brings in optimisations with the file filtering. It's now quicker to filter, recolour the rows, and there's a debounce in place so the keyup event (and so the filtering) isn't fired with every single key press.

Public release 2.2.1

10 Feb 00:28
Compare
Choose a tag to compare

In this version the gauges now update with the real-time pulse, and a couple rounding issues have been fixed.

Public release 2.2.0

30 Dec 18:23
Compare
Choose a tag to compare

This release allows you to toggle showing the file list.

Public release v2.1.0

08 May 16:08
Compare
Choose a tag to compare

This release allows you to configure a few things a little easier and adds graphs for the memory usage and hit rate.

Public release v2.0.1

29 Jan 18:39
Compare
Choose a tag to compare

This release brings in js references that'll work on both http and https without complaint and improved composer usage.

Public release v2.0.0

26 Nov 23:52
Compare
Choose a tag to compare

This release comes with completely rewritten code, both on the PHP sides of things as well as the front-end.

The PHP code is now much tidier and functionality contained within a class. The front-end is now partly driven by React.js to provide seamless auto-updates for more of the information (all of the stats and all of the files can now auto-update their details). The style of the gui has also undergone a little bit of a revamp.