diff options
author | Stan Hu <stanhu@gmail.com> | 2017-10-12 22:26:22 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-10-12 22:26:22 +0000 |
commit | e49e443b70fc819bf19866523f08ef0707e1b5a4 (patch) | |
tree | bc2a9051316d7a9882c319ccfef88a58d786e604 /doc | |
parent | 34fd07f64b4fc10196e461d2e65c6af52bb47015 (diff) | |
parent | 651470f8029ed234bdb7bf071983246fb065fc79 (diff) | |
download | gitlab-ce-e49e443b70fc819bf19866523f08ef0707e1b5a4.tar.gz |
Merge branch 'evn-add-profiler' into 'master'
Add link to gitlab-profiler
See merge request gitlab-org/gitlab-ce!14775
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/profiling.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md index 933033a09e0..af79353b721 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 + + +[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> |