A Simple Hack to Boost Wordpress Load Time

Date July 21, 2007

Like most webmasters, I’m always trying to increase my blog’s loading speed. Currently, I am not satisfied as my load speed is not as fast it could be. Most of you should already have the WP-Cache plugin installed, and this should speed up things quite a bit. The next step would be to uninstall all the fluff plugins you don’t use.

Here’s a quick hack to your wp-config.php file that should get things going faster :)
Did you know Wordpress will try and cache all kinds of database queries as files on disk? It’s so simple. Just add the following to your wp-config.php:

// Enable the WordPress Object Cache:
define(ENABLE_CACHE, true);

This can give a noticeable and immediate performance benefit. Less queries = less overhead and more CPU to go do other things. Leave a comment on whether this worked for you.

Subscribe to Daily Moolah by RSS

Related Posts

  • Wordpress 2.2.3 Security Update
  • 4 Wordpress Statistics Plugins That Boost Your Productivity Instantly
  • Blog From Your Desktop Using Blogjet
  • 5 Things to Consider When Making A Wordpress Plugin
  • See What Other People Are Saying

    3 Responses to “A Simple Hack to Boost Wordpress Load Time”

    1. sainclaire said:

      Hey, thanks for the tip. I think it boosted load times for me a second or so, always a welcome developement.

    2. devbasu said:

      you’re very welcome sinclaire! Hope you’ve signed up to my RSS for more WP efficiency updates

    3. XSlayer said:

      Thanks this seems to help a lot.

    Leave a Reply

    XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>