Facebook comments component load same JavaScripts many times and slows our page with 1.2+seconds sometimes load for 29sec
Please help.
the script is in the bottom of the HTML source, we get it from Facebook developer API
http://www.247polls.com/polls/should-marijuana-be-legalized/
2
Answers
Will load your comments even if the page loading has not been completed:
Another thing to improve the speed is limiting the count of comments to show with
num_posts
to 5.Keep rocking!
add
js.async=true;
and make sure you follow this doc :https://developers.facebook.com/docs/plugins/comments/
ref: https://geekflare.com/load-facebook-like-and-share-button-faster/