How many Queries are too many?

Posted by admin in WordPress, Blogging,... | 07.12.2008 - 10:05 pm

I have been asked this question quite a few times and I never have a perfect answer. It is obviously an important question to ask but it can be answered in many different ways based on preferences, need for plugins, optimization techniques used and a variety of other factors.
Weblog Tools Collection uses a lot of plugins and is very query heavy but the in spite of that, the front page uses 59 queries to generate itself. I think the default (on a vanilla WordPress install on the default theme) is 27 or something of that nature. The larger the number of queries, the slower the page is going to load and the more load you are going to put on your MySql server. All of the above is true if you do not use inline or regenerative caching mechanisms. The caveat on this blog is that its plugins and its […]

Original post by Mark Ghosh

    Technorati Tags:


    Andy Skelton Introduces Batcache

    Posted by admin in WordPress, Blogging,... | 06.22.2008 - 3:59 pm

    So far, there are two excellent performance enhancing caching solutions available for WordPress, WP-Cache and WP-SuperCache. Both do an awesome job of caching posts/pages to help keep your website from falling off the map in the middle of a Digg effect. Now, there is a new entrant in the caching arena called Batcache which was created by Andy Skelton.
    This plugin is meant to be used in situations where file-based caching is either not practical, or is not desired. According to Andy, development testing showed a 40x reduction in the time it took to generate pages. Pages that were generated in 200ms ended up being served from the cache in only 5ms.
    The basic premise of the plugin works similar to the other caching plugins that are available:
    Batcache is aimed at preventing a flood of traffic from breaking your site. It does this by serving old pages to new users. This reduces […]

    Original post by Jeff Chandler

      Technorati Tags: