# Disable load times shown at left margin of screen

**URL:** https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986
**Category:** Support
**Created:** [30.Март.2015 16:28:30 UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986 "2015-03-30T16:28:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Chili](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chili/32/40331_2.png) [@Chili](https://meta.discourse.org/u/Chili)
#### Post date: [30.Март.2015 17:07:07 UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/2 "2015-03-30T17:07:07Z")

</div>

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:

> [@Admin setting to enable or disable mini-profiler?](https://meta.discourse.org/t/admin-setting-to-enable-or-disable-mini-profiler/14370/2):
>
> You can press alt+P to hide or show it at any time.

---

_[View the full topic](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986)._
