summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorernstvn <ernst@gitlab.com>2017-10-09 15:23:33 -0700
committerernstvn <ernst@gitlab.com>2017-10-09 15:23:33 -0700
commitd8c803487e59f2c77820aae5991b4627db5c84d0 (patch)
treef393acfeb9cb5ef1f92cb30dd9dc5b91e6a3a213
parentd6170ce4d8a0cbfd8552531c29163e44549222cf (diff)
downloadgitlab-ce-d8c803487e59f2c77820aae5991b4627db5c84d0.tar.gz
Add link to gitlab-profiler
-rw-r--r--doc/development/profiling.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md
index 933033a09e0..eb1dc41ef68 100644
--- a/doc/development/profiling.md
+++ b/doc/development/profiling.md
@@ -27,3 +27,13 @@ Bullet will log query problems to both the Rails log as well as the Chrome
console.
As a follow up to finding `N+1` queries with Bullet, consider writing a [QueryRecoder test](query_recorder.md) to prevent a regression.
+
+## GitLab Profiler
+
+
+The goal of [gitlab-profiler](https://gitlab.com/gitlab-com/gitlab-profiler) is
+to help understand why specific URLs may be slow and provide hard data that can
+help reduce load times.
+
+For GitLab.com, you can find the latest results here:
+<http://redash.gitlab.com/dashboard/gitlab-profiler-statistics>