Remove line profiler from performance bar
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
Showing
... | @@ -297,7 +297,6 @@ gem 'batch-loader', '~> 1.4.0' | ... | @@ -297,7 +297,6 @@ gem 'batch-loader', '~> 1.4.0' |
# Perf bar | # Perf bar | ||
gem 'peek', '~> 1.0.1' | gem 'peek', '~> 1.0.1' | ||
gem 'peek-gc', '~> 0.0.2' | gem 'peek-gc', '~> 0.0.2' | ||
gem 'peek-rblineprof', '~> 0.2.0' | |||
# Memory benchmarks | # Memory benchmarks | ||
gem 'derailed_benchmarks', require: false | gem 'derailed_benchmarks', require: false | ||
... | ... |
90.9 KB