Disable load times shown at left margin of screen

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