GZip compression in blogger template to speedup
Here you will learn how to ensure gZip compression in blogger template to speedup page with faster loading speed and you will get the most valuable changes in your website_
Go To Blogger Dashboard and click on Edit HTML then Follow below instruction and paste the codes accordingly:
Find <!DOCTYPE html> and replace this code by below code_
<?php if (substr_ count($_SERVER['HTTP_ACCEPT_ENCODING'],'gzip')) ob_start("ob_gzhandler");else ob_ start();?>
<!DOCTYPE html>
Now save the changes and you will get the best result onward.