I just installed Discourse and have these timings pop up on every page - how can I turn them off?
Cheers dudes!
I just installed Discourse and have these timings pop up on every page - how can I turn them off?
Cheers dudes!
Add ?pp=disable after your Discourse url ;
http://your.discourse.com/?pp=disable
pp=disable : disable profiling for this session
More info with pp=help
If you want to disable the profiler permanently, edit app.yml
and add
DISCOURSE_LOAD_MINI_PROFILER: false
to the ENV:
block.