# 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,‏ 4:28pm 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:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![apotry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apotry/32/115822_2.png) [@apotry](https://meta.discourse.org/u/apotry)
#### Post date: [30 במרץ,‏ 2015,‏ 4:28pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/1 "2015-03-30T16:28:30Z")

</div>

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?

---

<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,‏ 5:07pm 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.

---

<div class="post-metadata">

### Author: ![thangngoc89](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thangngoc89/32/115436_2.png) [@thangngoc89](https://meta.discourse.org/u/thangngoc89)
#### Post date: [30 במרץ,‏ 2015,‏ 5:09pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/3 "2015-03-30T17:09:09Z")

</div>

Only you, the developers can see that infomation.

---

<div class="post-metadata">

### Author: ![apotry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/apotry/32/115822_2.png) [@apotry](https://meta.discourse.org/u/apotry)
#### Post date: [1 באפריל,‏ 2015,‏ 11:33am UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/4 "2015-04-01T11:33:36Z")

</div>

Thanks, didn’t realize!

---

<div class="post-metadata">

### Author: ![Cyclops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cyclops/32/119674_2.png) [@Cyclops](https://meta.discourse.org/u/Cyclops)
#### Post date: [16 ביוני,‏ 2017,‏ 1:57pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/5 "2017-06-16T13:57:45Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [16 ביוני,‏ 2017,‏ 7:28pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/6 "2017-06-16T19:28:39Z")

</div>

This does seem to have regressed @sam.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [16 ביוני,‏ 2017,‏ 8:10pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/7 "2017-06-16T20:10:30Z")

</div>

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>

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [16 ביוני,‏ 2017,‏ 8:29pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/8 "2017-06-16T20:29:39Z")

</div>

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

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [16 ביוני,‏ 2017,‏ 8:30pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/9 "2017-06-16T20:30:53Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Cyclops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cyclops/32/119674_2.png) [@Cyclops](https://meta.discourse.org/u/Cyclops)
#### Post date: [17 ביוני,‏ 2017,‏ 12:11am UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/10 "2017-06-17T00:11:26Z")

</div>

> [@sam](#):
>
> DISCOURSE\_LOAD\_MINI\_PROFILER

Thank you very, very much!

---

<div class="post-metadata">

### Author: ![JohnMHarrisJr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johnmharrisjr/32/79400_2.png) [@JohnMHarrisJr](https://meta.discourse.org/u/JohnMHarrisJr)
#### Post date: [26 בספטמבר,‏ 2017,‏ 7:14pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/11 "2017-09-26T19:14:53Z")

</div>

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

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [26 בספטמבר,‏ 2017,‏ 10:20pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/12 "2017-09-26T22:20:54Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Varun\_Deva](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/varun_deva/32/111170_2.png) [@Varun\_Deva](https://meta.discourse.org/u/Varun_Deva)
#### Post date: [15 בספטמבר,‏ 2018,‏ 10:30am UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/13 "2018-09-15T10:30:09Z")

</div>

ALT+P Worked for me  
Thanks

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [16 בספטמבר,‏ 2018,‏ 10:08pm UTC](https://meta.discourse.org/t/disable-load-times-shown-at-left-margin-of-screen/26986/14 "2018-09-16T22:08:09Z")

</div>


