Hello Friends, in this tutorial we will discuss How to Enable Gzip Compression in Blogger/Blogspot blog?
Before we jump into the tutorial, first we will know about Gzip compression and how is it useful for the blog?
Read More: 10 Stunning Free Blogging Tools To Instantly Grow Your BlogWhat is Gzip Compression?
GZIP is a file format or a software application used for compressing or decompressing a file. It compresses the HTML, Javascript and CSS file and reduces the file size by 70%. Gzip will not work on images as they are already compressed differently.
Read More: Create and Submit Blogger Sitemap to Google Search Console - SubTechzGzip compression method is used to reduce the HTTP request size due to which the page load speed increases by up to 150%.
Why Gzip Compression is Important?
Gzip Compression is important because it increases the performance of your blog and reduces its loading time.
Read More: 10 Best Free Blogger Templates that look like Premium - SubTechzHow to Enable Gzip Compression in Blogger?
You should enable Gzip compression in blogger/Blogspot blog to increase your blog speed.
Let see it:
- Log in to your Blogger account.
- Go to Themes and then Click Edit HTML
- Now Search (Ctrl + F) for the below code.
<!DOCTYPE html>
- Now add the following line of codes just before it.
<?php if (substr_ count($_SERVER['HTTP_ACCEPT_ENCODING'],'gzip')) ob_start("ob_gzhandler");else ob_ start();?>
- Save Your theme and you're done.
- Check Your blog here: https://www.giftofspeed.com/gzip-test/
It's done.
Conclusion
In this article we have discussed What Gzip Compression is? and then we looked its importance in our blog and after that we read a tutorial on how to implement Gzip Compression in our blog.
So, how useful was this article? Give me a feedback in the comment section.
P.S: Your Comment makes me validated and motivates me to write more useful stuffs.
Please share this article on 'How To Enable Gzip Compression in Blogger? - SubTechz' with your friend on Facebook, WhatsApp or Twitter.
Thanks for reading this article.
Read More: How to Crack Wondershare Filmora9 [100% Genuine] – Subtechz
Post a Comment
Spam Comments or any spam links are not allowed here!🙏
Note: Your comment is moderated by the Admin.