APC(PHP 缓存)的 apc.php 统计页面显示错误的文件大小

发布于 2024-10-21 15:02:09 字数 77 浏览 0 评论 0原文

当我转到 apc.php 统计页面并单击“系统缓存条目”或“用户缓存条目”时,显示的文件大小大约比实际大小大十倍。这是计算文件大小的错误吗?

When I go to the apc.php stats page and click on "System Cache Entries" 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安穩 2024-10-28 15:02:09

对于系统缓存条目,显示的大小是字节码的大小,而不是 PHP 脚本文件的大小。对于用户缓存条目,显示的大小是保存该值的 zval 结构的大小。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文