Adding JQuery Plugin Loading Speed On Blogger

Adding jQuery plugin loading speed on Blogger

Today we share a plugin to improve the loading of your blog, you already may have noticed the improvement in load time issue in speed bloggerfixads.tk this plugin will help you improve the experience with the User that helps speed loading Blogger to remove CSS then Bundle to add this to your Blogger follow the steps below.


Optimize jQuery code on a website means increasing your performance . And, like any web developer should know, the components and the front-end features are responsible for at least 80% of the performance of web pages!

Jquery compared to JavaScript "pure", it is very simple to learn and has a range of amazing features! However, especially those just starting and / or did not understand well the dynamics library, unaware of some simple tips that, if applied, ensure that the performance is increased by writing less code! That's what we'll see in this article and learn how to improve the jQuery code to achieve improved performance.

Sign in Blogger

Now go in style then edit >> Html / JavaScript
With the combined keys CTRL + F search for
</ Body> and before then copy and paste the following code.
Code here
<script type='text/javascript'> //<![CDATA[ // Lazy Load (function(a){a.fn.lazyload=function(b){var c={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(b){a.extend(c,b)}var d=this;if("scroll"==c.event){a(c.container).bind("scroll",function(b){var e=0;d.each(function(){if(a.abovethetop(this,c)||a.leftofbegin(this,c)){}else if(!a.belowthefold(this,c)&&!a.rightoffold(this,c)){a(this).trigger("appear")}else{if(e++>c.failurelimit){return false}}});var f=a.grep(d,function(a){return!a.loaded});d=a(f)})}this.each(function(){var b=this;if(undefined==a(b).attr("original")){a(b).attr("original",a(b).attr("src"))}if("scroll"!=c.event||undefined==a(b).attr("src")||c.placeholder==a(b).attr("src")||a.abovethetop(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.rightoffold(b,c)){if(c.placeholder){a(b).attr("src",c.placeholder)}else{a(b).removeAttr("src")}b.loaded=false}else{b.loaded=true}a(b).one("appear",function(){if(!this.loaded){a("<img />").bind("load",function(){a(b).hide().attr("src",a(b).attr("original"))[c.effect](c.effectspeed);b.loaded=true}).attr("src",a(b).attr("original"))}});if("scroll"!=c.event){a(b).bind(c.event,function(c){if(!b.loaded){a(b).trigger("appear")}})}});a(c.container).trigger(c.event);return this};a.belowthefold=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).height()+a(window).scrollTop()}else{var d=a(c.container).offset().top+a(c.container).height()}return d<=a(b).offset().top-c.threshold};a.rightoffold=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).width()+a(window).scrollLeft()}else{var d=a(c.container).offset().left+a(c.container).width()}return d<=a(b).offset().left-c.threshold};a.abovethetop=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).scrollTop()}else{var d=a(c.container).offset().top}return d>=a(b).offset().top+c.threshold+a(b).height()};a.leftofbegin=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).scrollLeft()}else{var d=a(c.container).offset().left}return d>=a(b).offset().left+c.threshold+a(b).width()};a.extend(a.expr[":"],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"})})(jQuery);$(function(){$("img").lazyload({placeholder:"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTVoNk9tIhfsRNSk7rHOtx2OsaXu7uH50oxnnuVx9d9Ryud8ixYuxpAfOLo_DVxs8m33X6kWwgZ7ocKe1RY23VyGlXgcCWE3k3s21tpxmqlDptn_FxQh7rmeFAWpl3v9j5iiFDcV8TnCV3/s640/arlinadesign.gif",effect:"fadeIn",threshold:"-50"})}); //]]> </script>


 Now save the template and ready open your blog and see the difference

Adding JQuery Plugin Loading Speed On Blogger Adding JQuery Plugin Loading Speed On Blogger Reviewed by New Technology on 12:38 Rating: 5
Theme images by RBFried. Powered by Blogger.
http://bloggerfixads.blogspot.com/o2f55bg4fygjt66ox2z9fpuw5yk974.html