Commit 73ecfae9 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'docs/rephrase-development-headings' into 'master'

Enhance some performance guideline titles

See merge request gitlab-org/gitlab-ce!21797
parents c235a1b3 272876fd
...@@ -53,11 +53,14 @@ description: 'Learn how to contribute to GitLab.' ...@@ -53,11 +53,14 @@ description: 'Learn how to contribute to GitLab.'
## Performance guides ## Performance guides
- [Instrumentation](instrumentation.md) - [Instrumentation](instrumentation.md) for Ruby code running in production
- [Performance guidelines](performance.md) environments
- [Performance guidelines](performance.md) for writing code, benchmarks, and
certain patterns to avoid
- [Merge request performance guidelines](merge_request_performance_guidelines.md) - [Merge request performance guidelines](merge_request_performance_guidelines.md)
for ensuring merge requests do not negatively impact GitLab performance 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 ## Database guides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment