Now Blogger Blog can be made faster 80%.
- Set attribute values.
- Use data dictionary values.
- Expr is basically used in conjuction with data tags.
Use Javascript instead of jQuery
Try to use use plain javaspript instead of using huge jQueary library.
Use W3.CSS instead of Bootstrap
Bootstrap contain a huge javascript & css library. So try to use W3.CSS to create responsive grid.
Use SVG instead of FontAwesome
A Blogger site may contain a dozen of icon. FontAwesome load a huge font & css library which is really unnecessary. Use SVG to solve the problem.
Minify CSS & JS
By minifing CSS & JS the size of webpage will significantly reduce which make site load faster.
Specify Image Dimensions
Unspecific image dimension cause browser loading time long. So specify it.
Put CSS at the top and JS at the bottom
Browser load the first element first. So put CSS first cause quick visibility of site without loading JavaScript.
Optimize Image Size
Optimize Image will load faster.