Add rack-mini-profiler, to diagnose perf issues

This commit is contained in:
rubic0n 2021-02-03 00:48:19 -06:00
parent 0341cd8572
commit 9331f06784
2 changed files with 4 additions and 0 deletions

@ -141,6 +141,7 @@ group :development do
gem 'capistrano-yarn', '~> 2.0'
gem 'derailed_benchmarks'
gem 'rack-mini-profiler'
gem 'stackprof'
end

@ -455,6 +455,8 @@ GEM
rack (>= 1.0, < 3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-mini-profiler (2.3.1)
rack (>= 1.2.0)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
@ -753,6 +755,7 @@ DEPENDENCIES
pundit (~> 2.0)
rack-attack (~> 6.0)
rack-cors (~> 1.0)
rack-mini-profiler
rails (= 6.0.3.4)
rails-controller-testing (~> 1.0)
rails-i18n (~> 6.0.0)