RobiNN1 / phpCacheAdmin

A web dashboard for your favorite caching system.
MIT License
302 stars 11 forks source link

Added Realpath cache information. #23

Closed mwehr closed 1 year ago

mwehr commented 1 year ago

Hi,

This adds PHP Realpath cache information. Could be useful for memory optimizations. see -> https://www.saotn.org/check-set-php-realpath_cache_size/

regards Mario

RobiNN1 commented 1 year ago

I found this realpath_cache_get() function which returns an array of cached items so I can create a new dashboard where it will be listed. This can be more useful than just size of whole cache.

Also, there is already a method to convert the bytes into a readable format.


Closing this PR in favour of that new dashboard.

Anyway thanks for the PR and this idea.

RobiNN1 commented 1 year ago

Added in https://github.com/RobiNN1/phpCacheAdmin/commit/e844358740b8ed026ce7e23aaf7d09f157db49f4

image

mwehr commented 1 year ago

Perfect 👍