Facebook Like 按钮加载速度非常慢
我得到了这个网站:所有我喜欢的东西,直到最近它都运行得很好。但突然需要 20 秒才能加载 - 那段时间我还没有碰过代码。 这可能是什么原因造成的? 20秒确实是很长的时间。
我正在使用 FBML 实现而不是 IFrame。
I got this website: All things I like and up until recently it was working perfectly. But suddenly it needs 20 seconds to load - I haven't touched the code in that time.
What could be the cause of this? 20 seconds is really long time.
I am using FBML implementation and not IFrame.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你在 firebug 上检查过吗?
我检查了一下,你的总加载时间是 28.9 秒。最引人注目的时间是花在等待来自 static.ak.fbcdn.net 的资源(粉丝和喜欢的盒子),然后获取它们。
因此,您的网站似乎没有问题,只是 Facebook 服务器需要时间来获取数据并将其发送回您的页面。
您仍然可以优化自己的资源,例如背景等。我注意到标题有一个大的 100x200 图像
Have you checked it on firebug
Well i checked and your total load time was 28.9 seconds. And most noticeable amount of time was spend on waiting for resources (for Fans and likes boxes) from static.ak.fbcdn.net and then getting them.
So there seem to be no problem from your site its the Facebook Server thats taking time in fetching the data and sending it back to your page.
You can still optimize your own resources like backgrounds ets.. i notice a big 100x200 image for header
facebook 速度超级慢真烦人!
我偶然发现这个页面寻找解决方案 - 我唯一想不到的解决方案(因此,我要制定的解决方案)是预先调整 fb 内容将出现在其中的 div 的大小。页面仍然加载缓慢,但10秒后不会重新调整!
Super slow with facebook is annoying!
I stumbled across this page looking for a solution - the only one i cant think of (and hence, the one i'm going to enact) is to pre-size the div that the fb stuff will appear in. Page will still load slow, but won't readjust itself after 10 seconds!