Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63697, comment 4


Ignore:
Timestamp:
07/14/2025 02:18:51 AM (9 months ago)
Author:
rollybueno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63697, comment 4

    initial v1  
    33First 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.
    44
    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:
     5I 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:
    66
    77[[Image(https://i.imgur.com/jIOr76C.png)]]