Freddy Di Venanzio
Freddy Di Venanzio

Reputation: 11

Defer (async) Blogger comment_from_post_iframe.js

I'm trying to superoptimize my blog. After removing all unnecessary plugins, unwanted blogger CSS and JS, now pagespeed insight reports a problem that I can not solve and for which I did not find documentation: defer /2567313873-comment_from_post_iframe.js.

By chance there is someone who has already solved this problem or can you help me?

PS: disable blogger comments is not a valid solution for me because I want to keep the system from leaving a comment

Upvotes: 1

Views: 271

Answers (1)

Abhishek Padhi
Abhishek Padhi

Reputation: 1

There is a temporary solution for that. You need to change the tag with the given code

&lt;!--</body> --&gt; &lt;/body&gt;

It will definitely improve page speed by 5 to 6 points.

Upvotes: 0

Related Questions