Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rails] Three SQL queries always shown unnecessarily #116

Closed
sudhirj opened this issue Feb 10, 2013 · 3 comments
Closed

[Rails] Three SQL queries always shown unnecessarily #116

sudhirj opened this issue Feb 10, 2013 · 3 comments

Comments

@sudhirj
Copy link

sudhirj commented Feb 10, 2013

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

@SamSaffron
Copy link
Owner

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

@sudhirj
Copy link
Author

sudhirj commented Feb 10, 2013

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.

@SamSaffron
Copy link
Owner

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..

@sudhirj sudhirj closed this as completed Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants