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
diff options
context:
space:
mode:
-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>