Today We Learn How to Increase Blogger Website Page Loading Speed So that Without Time we Start It. Before Starting anything Firstly, you Just Check your site Speed, before Starting this methodology. After Attempting my Given strides end again Checked the blogger site Page Loading pace and Comparisons between Them.
Initially, We See Why Our Websites is speed going Slow?
The appropriate response is, Your Blogger Website Speed Is Dependent on Many Different Things however Main Things are 2.1- Broken Links, Images, Pages, Posts, Tags.
2- Heavyweight Images or Videos
How about we See How to Increase Blogger Website Loading Speed.
Presently Question is How to Fix These Problems. Sorry don't as well, I first checked your site Speed with the Page Speed Analyzer.
After Analyzing you have the Results of your Blogger site, presently we realize What are the specific webpage speed. Presently Let's Define.
Instructions to Increase Blogger Website Speed
Above we notice There are 2 Main Reasons to Decrease Blogger speed Let's Explain individually.
Stage 1
Increase Speed with Code
Go to your Blogger website Dashboard > Go to Themes Option > Click on Theme Editor > Here you can see Theme Code Now See on The Top of your theme code
You can see DOCTYPE! Word Click Enter to make a new Line and Pasted my Given Code 01
CODE NO 01:
<?php if (substr_ count($_SERVER[‘HTTP_ACCEPT_ENCODING’],’gzip’)) ob_start(“ob_gzhandler”);else ob_ start();?>
Code no 02 was pasted after the meta tags showing just after the DOCTYPE.
CODE NO 02:
<?php flush();?>
After Adding Both Codes Click on the Save Theme Button to Save This Code.
Now Let’s Talk About The 2nd Step
Stage 2
Boost website Speed by Adjust the Image sizes and Delete broken links)
In this step, you need to Delete all Broken Links of your Blogger Site and How to Increase Blogger Website Loading Speed. Now the Question is How We Define How many links are broken on our sites.
So best way to Define the broken link is Just to Open your Browser and open the Google.com Page and in the Search, Tab Search Your website Like This:
Site:” Enter Domain Name Here”
For example :
Site:”hamariweb.site”
At the point when You Search Like this Google Tells you a List of your Website pages and posts and so forth So Click individually on all Links If any connections show a 404 mistake.
Along these lines, it's implied this connection is broken so Copy this connection and Go to Google Search Console And here you can see on the left side a dashboard of Search Console.
CLICK THIS LINK FOR REMOVE BROKEN LINKS: https://search.google.com/search-console/removals
Note: Before Google link Searching Must Disable soft 404 or Redirect Plugin if you installed it.
Simply Click the Above connection or you can Find it In the hunt console dashboard Removals Option and Paste your code here Select Remove Temporarily Button and Submit a solicitation.
After occasionally your messed-up joins were eliminated From Google.
So this is an awesome and Better way Of eliminating All messed-up connections to your blogger webpage and these Broken connections Also Create an issue with your positioning so should be taken out all connections individually.
Stage 3
INCREASE BLOGGER LOADING SPEED WITH IMAGE SIZES
Presently After Removed All Links Now One More Step is forthcoming so how about we see what's that.
Presently When you add given codes or eliminate all wrecked connections on your site currently should be Adjusted Image sizes on your posts.
At the point when you transfer a post Remember one thing just utilize Compressed size pictures, I intended to say that Only utilize Low size pictures, pictures size should be in KB not MB pictures Because Greater picture size dials back to your blogger site speed.
So consistently utilize size pictures for this reason you can utilize this Free site to pack your pictures.
Pictures pack device on the web: https://compressjpeg.com/
This is a Free Tool You can utilize Very rapidly and Easily pack all pictures before transferring.
Trust, if you apply all the given Steps Your site speed, will increase 20 to 30 Times.
Please Share your Experience in Comments and Follow me on SOCIAL MEDIA.
Thank You for Reading My article.
For Better Results, You can Follow the Next Step
Increase Blogger Website Loading Speed
Today We Learn How to Increase Blogger Website Page Loading Speed so without Time wasting we Start.
Before Starting anything Firstly, you Just Checked your website Speed, before starting this procedure.
After Attempting my Given steps end again Checked the blogger website Page Loading speed and Comparisons between Them.
Firstly, We See Why Our Website’s speed going Slow.
The answer is that your Blogger Website Speed Is Dependent on Many Different Things but the main things are 2:
1- Javascript code, some Google Font
2- Heavyweight Images or Videos
Let’s See How to Increase Blogger Website Loading Speed.
Now the Question is How to Fix These Problems. So Don’t worry, Firstly check your website Speed with the Page Speed Analyzer.
Click here to Check the Blogger's Website and page Speed.
After Analyzing you have the Results of your Blogger website, now we know What are the exact site speed. Now Let’s Define.
Step 1. Reduce Javascript Execution Time
change </body>
with this code
<!--</body>--></body>
after that
change <head>
with this code
<head>
_______________________________________
now replace
</head>
with this code
</head><!--<head>-->
after that click on Save template
Step 2: Eliminate render-blocking resources
___________________
Eliminate render-blocking resources
decreasing loading time
go to edit template and press ctrl+f to search for
Ajax
you find
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js'/>
"replace above code"
with the code below:-
<script id='script-batch' type='text/javascript'>
(function(d){
var js = d.createElement(6script'); js.async = true; js.defer = true;
js.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js";
d.getElementsByTagName(Ahead')[0].appendChild(js);
}(document));
</script>
and save template: done check your blogger blog speed with the Google Spead test tool
Step 3: Remove Google Font
go to edit template and press ctrl+f to search for
Google fonts
you find
<!-- Google Fonts -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i' media='all' rel='stylesheet' type='text/css'/>
<link href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>
"Delete the above code."
Step 4: Increase Speed with gzip Compression Code
Go to your Blogger website Dashboard > Go to Themes Option > Click on Theme Editor > Here you can see Theme Code Now See on The Top of your theme code
You can see DOCTYPE! Word Click Enter to make a new Line and Pasted my Given Code 01
Code No. 01:
<?php if (substr_ count($_SERVER[‘HTTP_ACCEPT_ENCODING’],’gzip’)) ob_start(“ob_gZhandler”);else ob_ start();?>
Code no 02 is pasted after the meta tags that are showing just after the DOCTYPE.
Code No. 02:
<?php flush();?>
After adding both codes, click on the Save button to save this code.
Step 5: INCREASE BLOGGER LOADING SPEED WITH IMAGES SIZES
Now that we've removed all links, one more step is pending, so let’s see what that is.
Now, when you add the given codes or remove all broken links on your site, you need to adjust the image sizes on your posts.
When you upload a post, remember one thing only use Compressed size images, I meant to say that Only use Low size images, image size must be in KB, not MB, because larger image sizes slow down your blogger's website speed.
So always use sizeable images for this purpose. You can use this free website to compress your images.
Images compression tool online: https://compressjpeg.com/
This is a free tool you can use very quickly and easily compress all your images before uploading.
I hope that if you apply all the given steps, your website's speed will increase by 20 to 30 times.