APC碎片

发布于 2024-09-27 20:57:01 字数 220 浏览 2 评论 0原文

我的 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 技术交流群。

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

发布评论

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

评论(1

纵性 2024-10-04 20:57:01

也许您的缓存条目过期得太快,从而产生碎片。

您当前的统计数据显示:“碎片: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

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