Is there anywhere I can read more about the performance hit of using rack-mini-profiler, specially in production env?
Is there a difference between using FileStore or RedisStore, or the file is written only after the request is completed so it doesn’t slow it down? But can it be slowing down other requests reducing server response time?
Lastly, could using a lot of Rack::MiniProfiler.step(“xxx”) reduce performance or the impact is negligible?