Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorernstvn <ernst@gitlab.com>2017-10-10 01:24:55 +0300
committerernstvn <ernst@gitlab.com>2017-10-10 01:24:55 +0300
commit651470f8029ed234bdb7bf071983246fb065fc79 (patch)
tree502b21450a3ddc0bfc52307e6d56b690a25501b5 /doc
parentd8c803487e59f2c77820aae5991b4627db5c84d0 (diff)
Different wording to make it more general
Diffstat (limited to 'doc')
-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>