mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:00:39 -06:00
DEV: Do not MiniProfile theme-javascripts (#18067)
This creates a huge amount of noise depending on the themes/theme components installed and doesn't provide much value.
This commit is contained in:
parent
4b84236bc1
commit
b197ca02b7
@ -48,7 +48,8 @@ if defined?(Rack::MiniProfiler) && defined?(Rack::MiniProfiler::Config)
|
||||
/^\/javascripts\//,
|
||||
/^\/images\//,
|
||||
/^\/stylesheets\//,
|
||||
/^\/favicon\/proxied/
|
||||
/^\/favicon\/proxied/,
|
||||
/^\/theme-javascripts/
|
||||
]
|
||||
|
||||
# we DO NOT WANT mini-profiler loading on anything but real desktops and laptops
|
||||
|
Loading…
Reference in New Issue
Block a user