Web Tech Guide

www.blogsmonetize.com feed

6 tricks to make your blogs load faster

 

In the previous post, I talked about what cause your blogs to load slowly, but I did not mention how to fix these problems. If you keep your blog loading slowly, you lose visitors. To make your blogs load faster, you can increase your internet connection, but it only works for you. It does not work for your visitors. Thus the best way to fix this is to have your blogs clean. That is the only way, but how? This is a good question anyway. There are many factors that make your blogs load slowly, so there are many ways to fix it.

1.Coding: if you see any code that is un-necessary, you can delete it or if you see any similar code that they write twice, you could delete it and combine then into one function. For example, if you write style for each tag, and those styles are the same, you should write one class in CSS and connect to it.

2. Comments: If you already understood the code, you should delete the comments in your code because it is not necessary anymore.

3. Create thumbnail for picture: If you have a big picture, and you put it on your blogs. That makes your blogs load really slowly because it takes time to load the full picture. You should create a thumbnail for that picture and link it to original picture. If that picture is not necessary for your post, you can only have a link to it. By doing it, your blogs become lighter and faster.

4. Widget, function: As I mention in previous post, widgets can become a main reason for blogs loading slowly, so if it is not very useful for your blogs, you should remove it from your blogs.

5.JavaScript: You can write all your JavaScript code in to 1 or 2 files and connect to them by using src link.

6.Flash: As I said, you should not use flash for your blogs. It usually takes too much time to load.

If you know any more ways to make our blogs load faster, please comment here. I will add to this list.


© 12/11/2008 04:29:00 AM www.blogsmonetize.com
Loading related posts...

1 comments:

Anonymous said...

Thanks, very nice article. I have to fix it now. Hope you have some nice article like this.

Post a Comment