When we create blog or visit a blog, we always think about its speed. Users are interested in websites which takes a small response time. So how to increase a blog's speed? there are many ways to increase a sites speed. One of the method is reducing external JavaScript files in the website.
Here I'll explain how to reduce the external JavaScript files in a Blogger template and increase its speed.
Step1: Login to your blogger account and click on Template as shown.
Step 2: Click on Edit html
Step 3: Finding the External JavaScript files.
After clicking "edit html" in the above step you will be shown your template's XML file.
(Copy the XML file and keep it some where else safely. Incase if anything went wrong to revert back.)
Find the external javascript files by pressing CTRL + F after inserting cursor into XML file and searching for ".js"
Step 4: Replacing the JavaScript files.
You will see links pointing out to external Javascript files like this.
Open those links and Copy the code
Insert the code into the text here. (Replace "insert your code here" with copied code)
<script type="text/javascript"> insert your code here </script>
Help: do this in some text editing documents like Notepad or Notepad++
Then replace the high lightened line in the image above (in your template the line will start "<script" and will have different source URL) with your edited code as in the image below.
Step 5: Click save template
Note that there will be several external JavaScript files in a Template. You can do like this to all of them to increase the site loading speed.
If you have any problems and doubts in these procedures, contact me via Comments. I will help you.