Speed Up Blogger Blogspot to improve your SEO
2) Remove any Javascript request you can , embed scripts in to your blog to avoid https:// requests
To see how you can do that, read the article: How to embed Java files and webpages to a blog post
3) Remove any external windget , if you can write windgets code end embed the code in your template
for example we write the left social metia buttons code using css code and get +780ms faster load time
Dont forget any external windget need some hpps// requests and that spend time
4) Remove all external requests in home main page and move it in to a internal page
EXAMPLE for example we remove the facebook chat request from the blog and move it in a page. In the blog exists only a Link , that link activated ony if a visitor click it , that means -990ms faster load time
After that use a commpres utility to compress more , we using the https://compressjpeg.com/ folowing that steps we earn 78% less image size
- Delete any unuseful javascripts and widgets, if you can avoid jquery library
- Use CSS to do things and not External javascript,js modules
- Change template if your template is very slow and choise a improved very fast template.
- Importand: Use async load to low priority external scripts
- Dont afraid to replace a widget with a fast embeded script if that widget is very slow.
As Example in This template we load a very heavy hi resolution 8 photos slider but we use ablosute embeded code , Alternative CSS Mega Menu , Internal CSS social media buttons, CSS and not jquery Goto Top button, very hi speed CSS ads e.c.t so we load very heavy things using the fast method