diff options
author | Robert Speicher <robert@gitlab.com> | 2018-09-18 20:24:25 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-09-18 20:24:25 +0000 |
commit | 73ecfae93508477f3cfe77b7ad1a325b085004d8 (patch) | |
tree | 4b606075074212d4709d74251f8ab6e71dcb4baa /doc | |
parent | c235a1b3aa59ab3f3e5468125824ba796eaedc07 (diff) | |
parent | 272876fd6fcaa0fbd309642220a62be669a4b5c5 (diff) | |
download | gitlab-ce-73ecfae93508477f3cfe77b7ad1a325b085004d8.tar.gz |
Merge branch 'docs/rephrase-development-headings' into 'master'
Enhance some performance guideline titles
See merge request gitlab-org/gitlab-ce!21797
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index efe37b8ba0b..d8dbc993442 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -53,11 +53,14 @@ description: 'Learn how to contribute to GitLab.' ## Performance guides -- [Instrumentation](instrumentation.md) -- [Performance guidelines](performance.md) +- [Instrumentation](instrumentation.md) for Ruby code running in production + environments +- [Performance guidelines](performance.md) for writing code, benchmarks, and + certain patterns to avoid - [Merge request performance guidelines](merge_request_performance_guidelines.md) for ensuring merge requests do not negatively impact GitLab performance -- [Profiling](profiling.md) for profiling a URL +- [Profiling](profiling.md) a URL, measuring performance using Sherlock, or + tracking down N+1 queries using Bullet ## Database guides |