我如何知道我的基于 wordpress/buddypress 的社交媒体网站可以容纳多少流量?当流量增加时该怎么办?
现在我每月支付 5 美元来托管 godaddy.com。尽管还没有用户注册(由于我正在测试和构建它,所以它已关闭维护模式),但它比例如 facebook 慢。有人有使用 buddypress 的经验吗?如果我的网站迅速崩溃并吸引了大量用户,会发生什么情况?我想我可以获得更昂贵和更好质量的托管,但是基于 buddypress 的网站是否有限制,特别是当我使用相当多的插件时。
Right now I'm paying 5 dollars a month for hosting to godaddy.com. Although there are no users registered yet (it's closed for maintenance mode as I'm testing and buiding it), it's slower than e.g. facebook. Does anyone have experience on using buddypress? What happens if my site blows up and draws a lot of users very fast. I guess I can get more expensive and better quality hosting, but is there a limit for buddypress based sites, especially when I'm using quite a few plugins.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BuddyPress 的规模相当高,因此即使有数万用户,代码本身也不会成为问题。您的问题可能是由您的主机造成的——限制数据库事务或表的大小——或者需要很长时间才能呈现的特定主题。
如果您想确定哪个组件导致站点速度缓慢,Firebug 可能是一个很好的工具。 Firebug 使用说明
BuddyPress scales quite high, so the code itself won't be a problem, even with tens of thousands of users. Your problems will probably be imposed by your host--limiting database transactions or sizes of tables--or specific themes taking a long time to render.
Firebug can be a great tool to use if you want to identify what component is causing a site to be slow. Instructions on using Firebug