开发者

The apc.php stats page from APC (PHP cache) is showing wrong file sizes

开发者 https://www.devze.com 2023-02-16 03:02 出处:网络
When I go to the apc.php stats page and click on \"System Cache Entrie开发者_如何学Gos\" or \"User Cache Entries,\" the sizes shown for the files are about ten times larger than they actually are.Is t

When I go to the apc.php stats page and click on "System Cache Entrie开发者_如何学Gos" or "User Cache Entries," the sizes shown for the files are about ten times larger than they actually are. Is this an error in how the file sizes are calculated?


For System Cache Entries, the size shown is the size of bytecode, not of the PHP script file. For User Cache Entries, the size shown is that of the zval structure that holds the value.

0

精彩评论

暂无评论...
验证码 换一张
取 消