views:

31

answers:

2

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
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
A: 

In addition to Mark Trapp's answer: you need a permission set: "display devel output". Users without that permisison will see no development output.

berkes
Good to know; thank you.
bkildow