How to Speed Up your wordpress Blog Loading Time
- 3 Comment
If you're new here, you may want to browse my articles and if you like them please subscribe to my RSS feed. Thanks for visiting!
As you may have noticed our blogs start to get slower and slower, more so when we encounter a traffic rush. Here is a simple tip to speed up your WordPress Blog. This can be done by adding Cache all the database inquiries on the server.
How to Improve the Speed?
Just add the following to your wp-config.php file:
// Enable WP Object Cache: define(ENABLE_CACHE, true);
I added this to my config-File today and can see the difference instantly, this can be a great tool to counter the people who are impatient to see your website loading up.
How does it work?
The WordPress Cache will not speed up the process of posting an article. It will just save your pages in a static version, so it can be displayed to a visitor faster than normal, as a WordPress page does require database access before displaying that page. Thus, it just saves the time, your server will need to deliver a page to the users browser.
Let me know if adding this two lines made a difference to your blog speed.
Popularity: 51% [?]
Related Posts
Popular Posts
If you found this page useful, consider linking to it.
Simply copy and paste the code below into your web site (Ctrl+C to copy)
It will look like this: How to Speed Up your wordpress Blog Loading Time
3 Comments on this post
Trackbacks
-
Binh Nguyen said:
Really? Then why did they make WP-Cache and WP Super Cache plugins?
February 28th, 2008 at 10:30 pm -
Simon said:
@binh Long time no see….
I have not used these two plugins yet, but have heard of them…
My friend Nicholas has an article about them which might help a little.
http://nicholasmong.com/plugins/wordpress-plugins-wp-cache-put-the-kick-back-in-your-wordpress/February 28th, 2008 at 11:13 pm -
Mirjam said:
Both are good.
March 7th, 2008 at 1:56 pm

