Disable load times shown at left margin of screen

I’m running the docker install, imported a vbulletin database and finally got everything working. Unfortunately, the load times info still show up at the left-hand side of the screen. Is there a setting in the database that allows me to disable this?

You can remove your account’s login email as one of the “DISCOURSE_DEVELOPER_EMAILS” in the app.yml

DISCOURSE_DEVELOPER_EMAILS: 'name@example.com'

Or, add the following:

DISCOURSE_LOAD_MINI_PROFILER: false

And then run:

 ./launcher rebuild app

Also:

9 Likes

Only you, the developers can see that infomation.

2 Likes

Thanks, didn’t realize!

I know this is an old thread, but I tried the Alt-P option as well as adding the line to my app.yml file:
DISCOURSE_ENABLE_MINI_PROFILER: FALSE

Neither worked, I’m glad to know my users cannot see it, but somehow it honestly bugs me to have it up there when I’m logged in. There any other options for how to disable this?

This does seem to have regressed @sam.

No, but the setting is called DISCOURSE_LOAD_MINI_PROFILER not DISCOURSE_ENABLE_MINI_PROFILER

https://github.com/discourse/discourse/blob/3dcad123f5a7cf0de3c4a57554a752b96a214943/config/environments/production.rb#L51

3 Likes

Alt+P is not working to remove timings any more, just tested on discourse.codinghorror and confirmed.

I need to test if this is a breakage in mini profiler or discourse. I bet our keyboard thing is not floating up the event.

2 Likes

Thank you very, very much!

3 Likes

I know I’m resurrecting a dead thread here, but I’m having this exact issue (Alt+P not working)

ALT+P hasn’t worked for a while now cc @sam

2 Likes

ALT+P Worked for me
Thanks

4 Likes