Simple trick to speed up your Wordpress blog
I like Wordpress a lot but the fact is that it is slower than serving static HTML pages. However, there is a very simple trick that can significantly speed up the loading of your wordpress blog. The tip is: “Reduce the number of unnecessary PHP calls”
This means replace the PHP calls in your wordpress theme with static HTML for things like blog title, content-type and the like. In the wordpress panel, go to the theme editor and open header.php
For example, change these lines
-
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?> – <?php bloginfo(‘description’); ?></title>
so they look something like this
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
<title>Web Hosting Blog</title>
No related posts.







[...] Originally posted here: Simple trick to speed up your Wordpress blog | Web Hosting Blog [...]
Hi. I like the way you write. Will you post some more articles?
This is a very usefull article. My wordpress blog always dragging along. Will definitely try this trick. Keep well.
tks for the effort you put in here I appreciate it!
Hi buddy, looks great… thank you sharing, i like it
Simple and usefull
Does anyone know of a cheap but reliable web hosting company?.*:
there are many webhosting companies these days and most of them are overselling their products,”"
when it comes to webhosting, try selecting a webhost with Directadmin rather than Webmin control panel*-`