[Plugin: Debug Queries] An idea for improvement
-
Hi!
I absolutely love your plugin. You can directly pinpoint the sources of query problems.
The only thing I found “missing” (meaning it would ease a user’s life) is a javascript function which would select only those entries that are stated in a textfield and hide all others. So for instance, if I enter
get_header, it would show me all the queries happened during theget_headercall. This shouldn’t be that hard to implement, just a couple ofindexOfcalls to the existing function paths. It would be extremely useful and much easier to extract and pinpoint the problems. It could be implemented to include functions and exclude them as well.Other than that, mighty fine job. Couple more enhancements and I’ll be off to your Debug Objects plugin to try and speed PHP part. Also XDebug might be worth a shot.
The topic ‘[Plugin: Debug Queries] An idea for improvement’ is closed to new replies.