How to reduce java script execution time of your blog? part -1

laptop

Hello friend today I'm here with new topic on how to reduce the java script execution time of your blog to increase the speed of your blog.

First of all you can change the default script of your theme which can make little improvement in the blog speed.Q

For this:

first copy this code :  <head>

Go to 'Theme' and click on 'Edit Html' . You can see html code. Click on any place of Html code and Click 'Ctrl+F'. You will find search book and type '<head>' and press enter. Then you will find <head> inside the code. Select the <head> tag and paste on it by above copied code. Hence <head> is replaced by  &lt;head&gt;

Do same process to search and replace the following html code.

</head> replace it by:   &lt;/head&gt;&lt;!--<head/>--&gt;

<body> replace it by:   &lt;!--<body>--&gt;&lt;body&gt;

</body> replace it by : &lt;!--</body>--&gt;&lt;/body&gt;

For more detail watch this videos:



No comments: