10 Ways to speed up your Blogger blog

[mks_dropcap style=”letter” size=”52″ bg_color=”#ffffff” txt_color=”#000000″]I[/mks_dropcap]T’s no wonder that we all hate waiting. We are living in a busy world and we don’t have time to waste. Since most of us spend time online, it’s necessary that these websites load up quickly. There are several things that a webmaster can do to speed up his site. But on free platforms like Blogger, you don’t have much control over your site’s backend. Therefore, there are only some things you can do to speed up your blogger blog. We will discuss some of those tips in this post.

You should check your web page speed score before and after implementing these suggestions. Thus, you can know whether each suggestion is worth considering. Here are ten fantastic tips to accelerate your blogger blog.[sc name=”Gradient-list-nonReversed” ]

  1. Avoid too many javascript

    Less prioritised javascript should be added before closing body tag. You should also use high-speed CDNs for importing javascript libraries. Placing the javascript code before closing body tag ensures that it gets loaded last. Therefore, the user can start reading the content even before the site is fully loaded.

  2. Compress codes

    An uncompressed code may be good for your eyes but not for the user. It causes the page to load slower but for this to be noticeable, the web page should have thousands of lines of code. You can later beautify the code to make it readable before working on it. You can use HTML compressor to compress your HTML, Javascript, CSS, etc. Once compressed, this site will show you how much size you have saved. Just paste the code into the text area and hit compress. The site will autodetect the code and notify you to make changes if necessary. To restore the code to its full glory visit Code Beautifier

  3. Limit number of posts on blogger homepage

    Changing the number of ads displayed on blogger website can have a significant effect on the site’s load time. Reduce the number of posts displayed on blogger homepage to speed up loading time. To change the number of posts displayed on blogger homepage go to the Layout tab and click the edit button next to “Blog Posts” section. You will see an option to change the number of posts there.
    Note: Blogger has a size limit of 1 Mb on the homepage. If some gadgets/posts failed to load, it’s likely that you exceeded the size limit.

  4. Add line breaks even if you are using Auto Readmore

    The line break feature on blogger posts ensures that only the content before the line break gets loaded. Thus, a post summary can be displayed on the home page. Most of the new blogger themes come with an Auto Readmore functionality. But that feature is different from the one we are talking about. The Auto Readmore script automatically hides content after a specified number of characters. This will help you to get uniformly sized post summaries on your homepage. But Auto Readmore function loads the entire post and then displays its post summary which doesn’t help you reduce page load time. Therefore always add a line break after your first paragraph even if your template supports Auto Readmore.

  5. Compress all images

    Images take up a lot of bandwidth to load. Therefore, it’s important to compress your images before uploading them to your site. There are several online image compressors like smush.it, jpeg-optimizer or image-optimizer but I personally prefer photoshop to compress any images to significantly reduced sizes. You should also make sure to upload all images to your blog rather than hotlinking the image. Thus, all your images will get instantly loaded from Google’s fast servers.

  6. Reduce the number of widgets

    Some widgets take up a lot of bandwidth to load. You should make sure that only the most important widgets stay. Some widgets may be locked and can’t be deleted, learn how to delete the locked blogger widgets.

  7. Avoid too many ads

    Too many ads could slow down your site, therefore, reduce the number of ads on each page. Use async ads when available thus, they will get loaded only after the site loads.

  8. Use CDNs

    If your site uses many external resources such as javascript libraries, stylesheets, code pre-processors, etc. then use CDNs such as cdnjs. The CDNs ensure that the files are located on fast servers. Each file is hosted on multiple servers to provide maximum speed. You can use maxcdn to host your files.

  9. Use fast loading templates

    If your website is still slow after trying all these suggestions, then the chances are that your site is poorly coded. In such cases, switching to new fast themes proves useful. But changing themes should be done carefully to avoid search engine penalties and other risks.

  10. Remove background images

    Free Stock photo from Little Visuals

    Stock photos may look great as background images but they take up a tonne of bandwidth. Try changing the background images of your site, widgets, etc. to solid colours or to repeating patterns.

Bonus: If you embed a lot of videos, then use our Youtube Embed Code Generator Tool to embed the asynchronous Youtube Player in your site.

Hope you enjoyed this article. Please share this post with your friends and leave your comments below.

Exit mobile version