discourse/lib/svg_sprite
Alan Guo Xiang Tan 8cfe203383 PERF: Defer setting of distributed cache in performance critical paths.
Setting a key/value pair in DistributedCache involves waiting on the
write to Redis to finish. In most cases, we don't need to wait on the
setting of the cache to finish. We just need to take our return value
and move on.
2021-06-03 09:30:52 +08:00
..
svg_sprite.rb PERF: Defer setting of distributed cache in performance critical paths. 2021-06-03 09:30:52 +08:00