You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: