diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2018-09-18 14:25:22 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2018-09-18 14:25:22 +0200 |
commit | 831300bcec970d5cfeb817db43b420d9e2f2e8da (patch) | |
tree | 86d216a53af208fdf5173667889b888ed79f2d4e | |
parent | a2a00a5e6d1ba3d2ebfafcff57e211cb1b65c00a (diff) | |
download | gitlab-ce-831300bcec970d5cfeb817db43b420d9e2f2e8da.tar.gz |
Enhance some performance guideline titles
This enhances a few performance guideline titles in the development
README, making it easier to understand what topics they cover.
-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..4620281750b 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) for profiling a URL, measuring performance using + Sherlock, or tracking down N+1 queries using Bullet ## Database guides |