SamSaffron/MiniProfiler

[Rails] Three SQL queries always shown unnecessarily

Closed this issue · 3 comments

The SELECT 1 query has always been appearing and probably doesn't need to.

Besides this, Rails (in development) now checks for new available schema migrations on every request. Having these queries show results in a lot of extra noise.

profilerschema

This is coming for active record, nothing to do with mp, if you enable full stacktraces you can see what is triggering it.

Oh, absolutely. It's jus that I noticed the MP has an option to skip schema queries, and I'm guessing these queries should be skipped too.

sure thing, we should get that fixed

On Sun, Feb 10, 2013 at 6:32 PM, Sudhir Jonathan
notifications@github.comwrote:

Oh, absolutely. It's jus that I noticed the MP has an option to skip
schema queries, and I'm guessing these queries should be skipped too.


Reply to this email directly or view it on GitHubhttps://github.com//issues/116#issuecomment-13345581..