Make sure you backup your template before process any further.
1. Reduce unnecessary characters in your template. They are include:
- White space - This step may dramatically reduce your template size.
- The last semi-colon in your css (Cascading Style Sheets) of each style. Normally, before the } character.
- Comments - This will make your template file smaller a lots.
3. CSS (Cascading Style Sheets)
- Combine css in to bigger one - but not too big.
- Use css where possible instead of tables.
- Compress your css file.
- Use master stylesheet.
- Load stylesheet files externally.
- Compress your javascript code.
- Combine several js files in to a bigger one.
- Try to use method writen here to reduce .js loading time.
- Try not to use images unless you have to. I saw some people use image for straight-horizontal line :(
- Compress your image files.
7. Using b:if cond='condition' to reduce amount of code need to load. Some piece of code just need for specific page type. (E.g: item page)
8. Use AJAX hacks. E.g: Google ajax search, Ajax labels cloud, Ajax labels, etc.
9. If you can, use classic template. It's loaded a lots faster than the newer one.
Just some tips i pointed here. Tell me if i was wrong, and let me know if i miss some points. Enjoy.
0 comments :: 9 tips to speedup blogger loading time
Post a Comment
Write your comment here