How to Speed ​​Up Blog Loading by Removing the Default Blog Script 2020 - Blogxhtml
News Update
Loading...

Sunday, 27 September 2020

How to Speed ​​Up Blog Loading by Removing the Default Blog Script 2020

 


On this occasion I will share a tutorial on how  to speed up blog loading by deleting the default blog script . Some people don't realize that this script can slow down the loading of your blog. Actually this method does not delete but replaces with a new script.

When I visited someone else's website, they applied a tutorial to remove the default blogger script and it turned out that their website was faster. But when commenting on the web, the reply and delete buttons don't work at all, that's the impact of removing the default script.

Then how do you solve this problem so you can reply to comments and be able to delete them? Please look carefully at the tutorial below.

How to Speed ​​Up Blog Loading by Removing the Default Blog Script

1. Please login to blogger.com using your Gmail.
2. Enter the THEME menu > click Edit HTML .
3. Please find the code below.

<head>
...
...
...
</head>

4. Please replace the <head> code with the code below.

&lt;head&gt;

5. Replace the </head> code with the code below.

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

. The next step is to find the code below.


<body>
...
...
...
</body>

7. Replace the code <body> with the code below.

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

8. Then replace the </body> code with the code below.

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

9. If you have this script right input ABOVE code </ body>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script src='https://www.blogger.com/static/v1/widgets/1068551213-widgets.js' type='text/javascript'/>
<script type='text/javascript'> //<![CDATA[
_WidgetManager._Init("//www.blogger.com/rearrange?blogID=XXXXXXXXXXXXXXXXXXX","","XXXXXXXXXXXXXXXXXXX"),_WidgetManager._SetDataContext([{data:{dynamicViewsCommentsSrc:"//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js"}}]),_WidgetManager._RegisterWidget("_BlogView",new _WidgetInfo("Blog1","page_body",document.getElementById("Blog1"),{useNgc:!0},"displayModeFull"));
//]]> </script>
</b:if>

10. Please replace XXXXXXXXXXXXXXXXXXX with your respective blogIDs.
11. If so, please click SAVE and Finish .

To see whether this method works or not, damn you enter your view-source. You can do this by pressing the CRTL + U button , or you can add the words "view-source:" at the beginning of your website url, like this.

view-source:https://www.domainkamu.com/

If the color is green like this, then you are successful. The side effect of this method is that your website layout will be a little irregular. How easy is it not to speed up blog loading tutorail. for those of you who have questions or information about bloggers please comment in the comments column below this article.

Share with your friends

Add your opinion
Disqus comments
Notification
BLOGXHTML.BLOGSPOT.COM is a blog where you can learn HTML, CSS, and JavaScript, SEO along with creative CSS Animations.
Done