Saturday, August 25, 2012

4 simple ways to accelerate the blog

Make your blog a highly desirable management is a fast loading blog, but how the reader can stand for long in your blog even though the article is nice but the appearance of a very long time.

Greatly in pity at all, if this is on leave without your continuous optimization of your blog template because it is slow, not only readers but also search engines will visit your blog lazy. Well, how come?

Because the robot crawler track every link post at any time, because the slow trigger fuzzy search unfinished first

Dear blog reader and would like the search engine both, BAD? Follow the steps

1. Always up to date

This means that every new development that you should follow, because any time-based software developer always fix error wordpress bug. But you need to consider also whether the latest release is suitable for applications now. That you need to consider as well, although sometimes there is not the latest match. The term "CRASH"

2. Disable or delete unused plugins

On this issue without knowing it, often make the latest favorite blog. Notice where the unused plugin immediately disable or remove them. Use only the plugins that are really important.

3. Trim your script code

This means that up for you already understand programming languages, but g nothing for those of you who are beginners can do clue me in here.

• Clean up empty spaces

Try to open the script code sheet web / blog, correct in parts of the important files that are opened by a kind of web browser Mozilla, Opera, IE Chrome, Safari or the other.

For example,
code before the fix. Test {font-family: Georgia, Times, serif; font-size: 12px;color: # 000000;}Code after the fix. Test {font-family: Georgia, serif; font-size: 12px; color: # 000000;}
• Create an external script

If forced to use the JavaScript scripts do not install directly on the index page, but make a direct link to another page
For example,<script type="text/javascript" src="example.js"> </ script>
• Use CSS Shorthand

CSS (Cascading Style Sheet) is known for reliable fast, because CSS is now more popular than the HTML language, I now again to deepen these CSS languages, HTML is now beginning on the left for a complete web application. But remained in use for HTML static web and simple.

For example, the code before the trim.
Test {margin-top: 7px; margin-right: 1px; margin-bottom: 5px; margin-left: 3px;}
After the trim. Test {margin: 3px 5px 7px 1px;}

4. Short  PHP scripts and database queries

This is the most important. Because the script template code in general php code then reads the web browser will be translated into the language of HTML. There is another way to speed up the lightweight web browser works, namely to replace the PHP code can be changed instantly HTML code.

For example, before it changed the PHP code
<title> <? php bloginfo ('name');?> <? php bloginfo ('description');?> </ title><Meta http-equiv = "Content-Type" content = "<? Php bloginfo ('html_type');?>; Charset = <? Php bloginfo ('charset');?>" /><Meta name = "generator" content = "WordPress <? Php bloginfo ('version');?>" /><Link rel = "stylesheet" href = "<? Php bloginfo ('stylesheet_url');?>" Type =

Top Ro Ro Ro

0 comments:

Post a Comment