PeeHaa / OpCacheGUI

GUI for PHP's OpCache
1.46k stars 171 forks source link

Can we expect JiT Usage support? #108

Open MisterWP opened 2 years ago

MisterWP commented 2 years ago

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: 512.00MB
jit buffer free: 511.89MB (100%)

To be honest, I try to wonder why my “jit buffer” remain empty on WordPress… and your script is a lot more comfortable to other scripts ont Github. So, I hope to see anything about JIT on your plugin in the future, if you can 🙂

Thanks a lot!

ekinhbayar commented 1 year ago

Indeed this could be useful. There might be more opcache/jit info that could be useful to display given there's been improvements over these in php-src in recent years.