I may be missing something obvious here, but in the devel module settings I have checked "Collect query info" and "Display query log", and saved. Where does this information show up? I don't see anything different when I load pages. Is there a variable that I need to inject somewhere in my templates that I missed? I would like to view what queries are executing on each page and the amount of time they are taking.
A:
It should show up in $closure
in your theme, unless you have something like Admin installed. In that case, it shows up in the Admin menu under the Devel section.
Mark Trapp
2010-07-28 20:17:41
Thank you for your answer. I got it working, although it ended up being something messed up with my install. Good to know about $closure though!
bkildow
2010-07-29 12:43:02