Skip to content

Show Redis instance in performance bar

Sean McGivern requested to merge show-redis-instance-in-performance-bar into master

What does this MR do?

We have four Redis instances in use. For most web requests, the majority of the Redis usage will be from the cache instance, but some will be from the shared state (persistent) instance, which is useful to separate out.

A simple test for this is one the /profile/active_sessions page. This now looks like:

image

Edited by Sean McGivern

Merge request reports