mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 19:47:21 +08:00
disable flamegraph while I figure out why fast stack is not working for some people on x32
This commit is contained in:
parent
b87a78f7b2
commit
3fb0f52574
2
Gemfile
2
Gemfile
|
@ -189,7 +189,7 @@ gem 'lru_redux'
|
||||||
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
|
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
|
||||||
|
|
||||||
# gem 'rack-mini-profiler', '0.1.30', require: false
|
# gem 'rack-mini-profiler', '0.1.30', require: false
|
||||||
gem 'flamegraph', require: false
|
# gem 'flamegraph', require: false
|
||||||
gem 'rack-mini-profiler', require: false
|
gem 'rack-mini-profiler', require: false
|
||||||
|
|
||||||
# used for caching, optional
|
# used for caching, optional
|
||||||
|
|
|
@ -188,14 +188,9 @@ GEM
|
||||||
fast_blank (0.0.1)
|
fast_blank (0.0.1)
|
||||||
rake
|
rake
|
||||||
rake-compiler
|
rake-compiler
|
||||||
fast_stack (0.0.5)
|
|
||||||
rake
|
|
||||||
rake-compiler
|
|
||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.3.0)
|
fastimage (1.3.0)
|
||||||
ffi (1.8.1)
|
ffi (1.8.1)
|
||||||
flamegraph (0.0.2)
|
|
||||||
fast_stack
|
|
||||||
fog (1.14.0)
|
fog (1.14.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.25.0)
|
excon (~> 0.25.0)
|
||||||
|
@ -484,7 +479,6 @@ DEPENDENCIES
|
||||||
fast_xor!
|
fast_xor!
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
|
||||||
fog
|
fog
|
||||||
handlebars-source (= 1.0.12)
|
handlebars-source (= 1.0.12)
|
||||||
highline
|
highline
|
||||||
|
|
|
@ -216,14 +216,9 @@ GEM
|
||||||
fast_blank (0.0.1)
|
fast_blank (0.0.1)
|
||||||
rake
|
rake
|
||||||
rake-compiler
|
rake-compiler
|
||||||
fast_stack (0.0.5)
|
|
||||||
rake
|
|
||||||
rake-compiler
|
|
||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.5.0)
|
fastimage (1.5.0)
|
||||||
ffi (1.9.0)
|
ffi (1.9.0)
|
||||||
flamegraph (0.0.2)
|
|
||||||
fast_stack
|
|
||||||
fog (1.14.0)
|
fog (1.14.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.25.0)
|
excon (~> 0.25.0)
|
||||||
|
@ -489,7 +484,6 @@ DEPENDENCIES
|
||||||
fast_xor!
|
fast_xor!
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
|
||||||
fog
|
fog
|
||||||
handlebars-source (= 1.0.12)
|
handlebars-source (= 1.0.12)
|
||||||
highline
|
highline
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# If Mini Profiler is included via gem
|
# If Mini Profiler is included via gem
|
||||||
if Rails.configuration.respond_to?(:enable_mini_profiler) && Rails.configuration.enable_mini_profiler
|
if Rails.configuration.respond_to?(:enable_mini_profiler) && Rails.configuration.enable_mini_profiler
|
||||||
require 'rack-mini-profiler'
|
require 'rack-mini-profiler'
|
||||||
require 'flamegraph'
|
# require 'flamegraph'
|
||||||
# initialization is skipped so trigger it
|
# initialization is skipped so trigger it
|
||||||
Rack::MiniProfilerRails.initialize!(Rails.application)
|
Rack::MiniProfilerRails.initialize!(Rails.application)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user