Tag: Debug Queries

  • debugConsole with WordPress

    For debugging inside of WordPress there are different approaches and preferences. I like xDebug and in some cases I use FirePHP. Now there is another possibility which I had to test at least once – debugConsole – I like it. The debugConsole is a tool for debugging and tracing PHP5 applications on productive servers without…

  • Analyze WordPress Performance – Plugin!

    Recently Joost mentioned in a post on yoast.com, how he used my Plugin “Debug Queries” to optimize his WordPress database performance (BTW, thanks for the patch). Performance of WordPress can be quickly and easily negative effected by using some Plugins. You don’t have to be an expert to know, that more function will provide more…