Disable page rendering stats on every page

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

1 Like

If you want to disable the profiler permanently, edit app.yml and add

  DISCOURSE_LOAD_MINI_PROFILER: false

to the ENV: block.

4 Likes