Commit a5c5b641 authored by Sean Carroll's avatar Sean Carroll Committed by Amy Qualls

Add caching guidelines

parent f69a6ee8
This diff is collapsed.
...@@ -257,6 +257,7 @@ the [reviewer values](https://about.gitlab.com/handbook/engineering/workflow/rev ...@@ -257,6 +257,7 @@ the [reviewer values](https://about.gitlab.com/handbook/engineering/workflow/rev
environments. environments.
- [Performance guidelines](performance.md) for writing code, benchmarks, and - [Performance guidelines](performance.md) for writing code, benchmarks, and
certain patterns to avoid. certain patterns to avoid.
- [Caching guidelines](caching.md) for using caching in Rails under a GitLab environment.
- [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) a URL, measuring performance using Sherlock, or - [Profiling](profiling.md) a URL, measuring performance using Sherlock, or
......
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