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.
This commit is contained in:
parent
a2a00a5e6d
commit
831300bcec
1 changed files with 6 additions and 3 deletions
|
@ -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) for profiling a URL, measuring performance using
|
||||||
|
Sherlock, or tracking down N+1 queries using Bullet
|
||||||
|
|
||||||
## Database guides
|
## Database guides
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue