Reputation: 642
In my website I have both a Facebook like button and a Google+ button.
Both buttons slow down my website by creating many HTTP requests with bad latency.
Any idea how to make it faster?
I think that both consume about 1.5s
Upvotes: 2
Views: 914
Reputation: 47863
You need to load the buttons asynchronously. The +1 buttons officially supports async and there is a workaround to get the like button working too.
Upvotes: 4