Changes between Initial Version and Version 1 of Ticket #63697, comment 4
- Timestamp:
- 07/14/2025 02:18:51 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63697, comment 4
initial v1 3 3 First it will check for OPCache extension availability, then if loaded, it will use opcache_get_status() to get the following information: used_memory + free_memory = OPcache memory usage, opcache_hit_rate, num_cached_scripts and num_cached_keys. These can be updated once we decided what information we need to display here. 4 4 5 I take these keys from https://www.php.net/manual/en/function.opcache-get-status.php response, but I have not fully tested yet. Only this information is available so far :5 I take these keys from https://www.php.net/manual/en/function.opcache-get-status.php response, but I have not fully tested yet. Only this information is available so far, in my end: 6 6 7 7 [[Image(https://i.imgur.com/jIOr76C.png)]]