Create a report that shows how many times, per request, a query is done. The slow query report is a valuable one, but we could extend it to find those queries that do not take long to run (less than the 200ms range) but are executed several times per request (inside a foreach for instance)