The FAQ is quite brief on this: "It's a list of dictionaries in order
of query execution."
Does it include all queries made or just those that hit the db?
I have several context processors calling the db and drawing things in
on each page request, and although it may be generating these queries
(it's averaging 10 queries a page(!)) how many of these are cache hits?
Those queries that take 0.00 to execute - could these be cache hits (or
just really fast)?
... is there a more definite way of differentiating them?


Luke Skibinski Holt

Reply via email to