Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Add profiling ability for SQL queries. #49

Merged
merged 1 commit into from
Jan 2, 2013
Merged

Conversation

abbeyj
Copy link
Contributor

@abbeyj abbeyj commented Dec 20, 2012

Appending "&explain=true" to the end of the URL of any query will run
the query as normal but not return the results to the browser.
Instead it will report the results of "EXPLAIN QUERY PLAN" for every
SQL statement that is run along with the time that each statement took.

This can be useful in diagnosing slow queries and figuring out how to
speed them up.

Appending "&explain=true" to the end of the URL of any query will run
the query as normal but not return the results to the browser.
Instead it will report the results of "EXPLAIN QUERY PLAN" for every
SQL statement that is run along with the time that each statement took.

This can be useful in diagnosing slow queries and figuring out how to
speed them up.
ehsan added a commit that referenced this pull request Jan 2, 2013
Add profiling ability for SQL queries.
@ehsan ehsan merged commit 159376b into mozilla:testing Jan 2, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants