Skip to content

Resolve "Investigation: To keep or remove the caching for the merge_requests api"

What does this MR do and why?

Track the total number of requests to the cache, total number of misses, and total time taken when representing an object.

This will give us a better understanding of if the trade off between memory usage in redis vs actual usage is worth it

Related to #369426 (closed)

Edited by Marc Shaw

Merge request reports