APC碎片
我的 Wordpress 网站上有 APC
请在此处查看我的 APC 摘要页面
http://www.animefushigi.com/apc。 php
我注意到我有非常多的片段(超过 10,000)
这是一件坏事吗?会降低性能吗?
I have APC with my Wordpress website
See my APC summary page here
http://www.animefushigi.com/apc.php
I notice I have a very high amount of fragments (over 10,000)
Is this a bad thing? Will it decrease performance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您的缓存条目过期得太快,从而产生碎片。
您当前的统计数据显示:“碎片:0.33%(4594 个碎片中的 349.3 MB 中的 1.2 MB)”,因此似乎没有理由担心任何事情。
您可能想更改 apc.stat=0 以提高性能,但在进行更改之前请仔细阅读文档 http://php.net/manual/en/apc.configuration.php
Perhaps your cache entries expire too quickly and thus create the fragmentation.
Your current stats show: "Fragmentation: 0.33% ( 1.2 MBytes out of 349.3 MBytes in 4594 fragments) " so it seems there's no reason to worry about anything.
You might wanna change apc.stat=0 to increase performance but read about it carefully in the documentation before making the change http://php.net/manual/en/apc.configuration.php