监控托管性能
我一直在构建一个网站,运行 Wordpress 3.2.1 并注意到 前后端性能低迷。 我相信问题是特定于托管的。
问题似乎是加载实际 HTML 的连接 大约需要 5.5 秒。似乎完成后 大约 500 毫秒,但不会停止加载 3-4 秒。
这是开发网址: http://d1001488.u57.ukisp.com/dev/
托管: 视窗系统 PHP 版本 5.2.10
有几个 jQuery 选择框可以获取 替换并设置 onload 样式(在页脚中),这些需要 页面完全加载后很长时间才被替换。
主机声称一切运行正常。有没有 我可以尝试、调整或监控的任何事情 是怎么回事?或者有什么建议吗?
谢谢。
I've been building a site, running Wordpress 3.2.1 and noticed
the performance is sluggish in the front and back end.
I believe the problem is hosting specific.
The problem seems to be the connection loading the actual HTML
which is taking about 5.5 seconds. It appears to finish after
about 500ms, but does not stop loading for 3-4 more seconds.
Here is the development URL:
http://d1001488.u57.ukisp.com/dev/
Hosting:
Windows NT
PHP Version 5.2.10
There are a couple of jQuery select boxes that get
replaced and styled onload (in the footer), these take a
long time to get replaced after the page fully loads.
The hosts are claiming all is running properly. Is there
any thing I can try and tweak or monitor to see what
is going on? Or any suggestions?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于大部分外部原因,请尝试 YSlow。这将确定您可以做的许多事情。它不会告诉您有关服务器内部行为的任何信息,但它可以帮助您缩小正在发生的情况的范围。
For largely extrinsic causes, try YSlow. This will identify a number of things you can work on. It won't tell you anything about the internal behavior of your server, but it may help you narrow down what's going on.
问题可能是某个特定插件。以下是我的建议:
尝试检查每个插件,停用它,看看这是否会使您的网站加载速度更快。对每个插件执行此操作,如果停用的插件不能提高性能,则只需重新激活它并移至下一个。
尝试暂时激活默认的“211”主题。查看默认主题加载速度是否更快。如果是,那么我们可以查看您的自定义主题。
这两件事可能至少有助于缩小问题的根源。让我知道进展如何!
The problem may be a specific plugin. Here's what I would recommend:
Try going through each plugin, deactivating it, and see if that makes your site load faster. Do this for each plugin, and if a deactivated plugin doesn't improve performance then just reactivate it and move to the next one.
Try temporarily activating the default Twenty Eleven theme. See if the default theme loads faster. If it does, then we can look at your custom theme.
These two things may help narrow down at least where the problem is coming from. Let me know how it goes!
您的主机帐户有 CPanel 访问权限吗?如果这样做,请查看底部的左侧工具栏,您应该会看到显示服务器状态的位置(单击查看),您将看到有关服务器性能的各种详细信息。
Do you have CPanel access with your hosting account? If you do, look in the left side toolbar at the bottom you should see where it says server status (click to view) you will see various details about your server performance.