summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorernstvn <ernst@gitlab.com>2017-10-09 15:24:55 -0700
committerernstvn <ernst@gitlab.com>2017-10-09 15:24:55 -0700
commit651470f8029ed234bdb7bf071983246fb065fc79 (patch)
tree502b21450a3ddc0bfc52307e6d56b690a25501b5
parentd8c803487e59f2c77820aae5991b4627db5c84d0 (diff)
downloadgitlab-ce-evn-add-profiler.tar.gz
Different wording to make it more generalevn-add-profiler
-rw-r--r--doc/development/profiling.md6
1 files changed, 3 insertions, 3 deletions
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:
<http://redash.gitlab.com/dashboard/gitlab-profiler-statistics>