Ateica Search engine optimization techniques

Main menu

Pages

Now you can easily reduce the execution time of java and javascript on google web page analyzer

Now you can easily reduce the execution time of Java and JavaScript on google web page analyzer 





Java and JavaScript

java history

In 1991, James Gosling developed Java. It was meant to be used for interactive television but at the time it was too advanced for cable. At first, he called it "Oak", then "Green", and finally gave it its official name "Java", after the type of coffee. Version 1.0 was released in 1996 under Sun Microsystems and has become one of the most widely used technologies in the world. It is the basis of the Android operating system and the language of the popular video game Minecraft.

javascript history

In 10 days, Brendan Eich employee of Netscape was able to create JavaScript. The language was released in September 1995 and was part of the beta version of the Netscape Navigator web browser. It was initially called Mocha, then LiveScript, and three months later the official name changed to JavaScript upon the official release of Navigator.

how to reduce the execution time of java and javaScript on google web page analyzer

how to reduce the execution time of java and javascript on google web page analyzer

To reduce the execution time of Java and JavaScript on the Google Web Page Analyzer on your site, make these simple changes to the site template and you will be amazed by the very easy practical result


change </body>
with this code

&lt;!--</body>--&gt; &lt;/body&gt;
-------------------------
__________
after that
change <head>
with this code

&lt;head&gt
-------------------------
__________
now replace 
</head>
with this code

 &lt;/head&gt;&lt;!--<head/>--&gt;
-------------------------
__________
after that  click on save the template Eliminate render-blocking resources decreasing  loading time go to edit the template and press ctrl+f search for  ajax
you find

<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js'/>

"replace above code"

with code below :

<script id='script-batch' type='text/javascript'>
     (function(d){
       var js = d.createElement(&#39;script&#39;); js.async = true; js.defer = true;
       js.src = &quot;https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js&quot;;
       d.getElementsByTagName(&#39;head&#39;)[0].appendChild(js);
     }(document));
  </script>
-------------------------
__________
and save template done check your blogger blog speed with the google sped test tool
Now you can easily reduce the execution time of java and javascript on google web page analyzer - WP Blogger Rocket

Comments