Not signed in (Sign In)

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoresterng
    • CommentTimeNov 24th 2008
     permalink
    For my blog, it's found that there're quite a lot of queries requested for the front page of the blog.
    i.e. http://<host>/<slug>

    Hundreds of queries request the database server, increasing the loading of the database server as number of concurrent users is increasing.

    Instead of enabling WP_Cache and MySQL Query Cache, are there any plugins available to minimize the number of queries made?

    Thanks a lot.
    • CommentAuthorpari
    • CommentTimeJan 15th 2009 edited
     permalink
    I use memcached (had to modify my wpdb quite a bit), so DB load is minimized. That's not a plug-in, just a code modification for custom needs.