0.1 - 0.3 秒是合适的页面加载时间吗?
我的论坛 (runnin mybb) 大部分在 0.1 - 0.24 秒内生成页面(大部分是 87% PHP / 13% MySQL),
这样可以吗?我可以做什么来减少这种情况
My forum (runnin mybb) generates pages mostly in 0.1 - 0.24 seconds (mostly 87% PHP / 13% MySQL)
Is this okay? what can i do to reduce this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用反向代理,优化你的数据库,缓存引擎,使用更快的堆栈(又名,除了Apache或PHP操作码缓存之外的任何东西,或者购买更好的服务器。
如果你有时间,请阅读一些关于Varnish、APC的文章、优化和 nginx
虽然 0.3 秒并不慢,但它也不是一个神奇的数字。现成的论坛软件往往有点大和笨重,老实说,我认为大多数人都不会使用所有这些。中的函数您的目标是 0.1 秒的页面生成速度,以实现真正的“快速网站”。
You can use a reverse proxy, optimise your database, caching engine, use a faster stack (aka. anything-but-Apache or PHP opcode caching or buy a better server.
If you have time, do a bit of reading on Varnish, APC, optimising and nginx.
Although 0.3s isn't slow, its not a magic number either. Off-the-shelf forum software tends to be a little bit large and bulky, and I honestly don't think most people will ever use all the functions in it. You'd be aiming for something like 0.1s page generation for a true "fast site".