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

Detect if a bottle neck is from dml and expose the SQL directly in excimer UI #369

Open
4 tasks
brendanheywood opened this issue Oct 21, 2024 · 0 comments
Open
4 tasks

Comments

@brendanheywood
Copy link
Contributor

  • Will likely need a core tracker to expose this cleanly
  • we just need something simple like $DB->get_last_sql - the data is already there just private
  • ideally also get params out as well as sql
  • we can't use the DB while we are in an expensive DB call, so need to stash it and pull it out later, and possibly stash the worst N and then show the worse in the profile (or the worst N)
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

1 participant