OpCacheGUI icon indicating copy to clipboard operation
OpCacheGUI copied to clipboard

GUI for PHP's OpCache

Results 13 OpCacheGUI issues
Sort by recently updated
recently updated
newest added

The documentation should somewhere list the PHP requirement for this project.

hacktoberfest

Hello, Your OPCache plugin is the one I’ve chosen to manage OPCache, thanks! Currently, I cannot find data about JIT usage like anoter opcache-gui script can do. ``` jit buffer:...

enhancement
hacktoberfest

Let's bump the minimum version ahead of EOL, sum up any missing but useful reporting that can be exposed. https://twitter.com/RemiRepository/status/1580860363263778816

hacktoberfest

Bump min. PHP version to 8 ahead of 7 EOL, use current stable version of phpunit ^9 and fix tests. See #110

I have just installed OpCacheGUI. It's fantastic! However, I keep getting a fatal error when I try to access the cached scripts page. It will show the cached scripts and...

I use OpCacheGUI on several servers and quite happy with it. However, I am having trouble with running it on a new server I have created, where I set up...

https://github.com/PeeHaa/OpCacheGUI/blob/7de269210b596104f6cdf59f897a6a71026f0bf4/src/OpCacheGUI/OpCache/Status.php#L204 From what I understand, the difference between num_cached_keys and num_cached_scripts does not equal the amount of wasted keys. OPcache Keys are all the relative and absolute paths leading to...

The following ini directives have been added and are missing translations: - `config.opcache.mmap_base` - `config.opcache.mmap_base.description` - `config.opcache.restrict_api` - `config.opcache.restrict_api.description` - `config.opcache.file_update_protection` - `config.opcache.file_update_protection.description` - `config.opcache.huge_code_pages` - `config.opcache.huge_code_pages.description` - `config.opcache.lockfile_path` -...

Setup a roadmap for features for the next major version (2.0)

Feedback
discussion

Add option to enable auto refresh of info

enhancement