[wp-hackers] Cache solution for WPMU?

Andy Skelton skeltoac at gmail.com
Thu Sep 21 10:30:10 GMT 2006


On 9/21/06, "Roland Häder" <r.haeder at will-hier-weg.de> wrote:
> > > Have you tried var_dump($wpdb) on wp_footer to find badly-written
> > > queries, insane joins, or tables that could use an extra index? Have
> > > you called the datacenter to ask if somebody over-watered the ficus or
> > > something? ;-)
> I will try this var_dump($wpdb) thing out. Thanks. And I'm "root" of my server. :-)

Don't forget to define('SAVEQUERIES', true) in wp_config so that
$wpdb->queries will be populated...

Andy


More information about the wp-hackers mailing list