From d8c803487e59f2c77820aae5991b4627db5c84d0 Mon Sep 17 00:00:00 2001 From: ernstvn Date: Mon, 9 Oct 2017 15:23:33 -0700 Subject: Add link to gitlab-profiler --- doc/development/profiling.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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: + -- cgit v1.2.3 From 651470f8029ed234bdb7bf071983246fb065fc79 Mon Sep 17 00:00:00 2001 From: ernstvn Date: Mon, 9 Oct 2017 15:24:55 -0700 Subject: Different wording to make it more general --- doc/development/profiling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/development/profiling.md b/doc/development/profiling.md index eb1dc41ef68..af79353b721 100644 --- a/doc/development/profiling.md +++ b/doc/development/profiling.md @@ -31,9 +31,9 @@ As a follow up to finding `N+1` queries with Bullet, consider writing a [QueryRe ## 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. +[Gitlab-Profiler](https://gitlab.com/gitlab-com/gitlab-profiler) was built to +help developers understand why specific URLs of their application may be slow +and to provide hard data that can help reduce load times. For GitLab.com, you can find the latest results here: -- cgit v1.2.3