Skip to content

Remove Sherlock usage from the performance bar

Yorick Peterse requested to merge performance-bar-sql into master

What does this MR do?

Sherlock::Query generates a backtrace on every call to "new", which is very slow. Formatter queries are also not displayed properly due to the lack of "white-space: pre" in the CSS. We took a look at fixing this, but the produced output is not really better than just displaying queries on one line.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/39351

Merge request reports