# Disable page rendering stats on every page

**URL:** https://meta.discourse.org/t/disable-page-rendering-stats-on-every-page/40225
**Category:** Support
**Created:** [2월 26, 2016, 1:36오후 UTC](https://meta.discourse.org/t/disable-page-rendering-stats-on-every-page/40225 "2016-02-26T13:36:24Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![decryption](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/decryption/32/120304_2.png) [@decryption](https://meta.discourse.org/u/decryption)
#### Post date: [2월 26, 2016, 1:36오후 UTC](https://meta.discourse.org/t/disable-page-rendering-stats-on-every-page/40225/1 "2016-02-26T13:36:24Z")

</div>

I just installed Discourse and have these timings pop up on every page - how can I turn them off?

![](https://global.discourse-cdn.com/meta/original/3X/6/f/6fe4cf5612fb4244c6ce259be0cd2d5fc5fb5cfc.png)

Cheers dudes!

---

<div class="post-metadata">

### Author: ![Vernam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vernam/32/116431_2.png) [@Vernam](https://meta.discourse.org/u/Vernam)
#### Post date: [2월 26, 2016, 1:49오후 UTC](https://meta.discourse.org/t/disable-page-rendering-stats-on-every-page/40225/2 "2016-02-26T13:49:27Z")

</div>

Add ?pp=disable after your Discourse url ;

[http://your.discourse.com/?pp=disable](http://your.discourse.com/?pp=disable)

> pp=disable : disable profiling for this session

More info with pp=help

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2월 26, 2016, 6:27오후 UTC](https://meta.discourse.org/t/disable-page-rendering-stats-on-every-page/40225/3 "2016-02-26T18:27:49Z")

</div>

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

```yml
  DISCOURSE_LOAD_MINI_PROFILER: false

```

to the `ENV:` block.

---

<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: [2월 27, 2016, 12:48오전 UTC](https://meta.discourse.org/t/disable-page-rendering-stats-on-every-page/40225/4 "2016-02-27T00:48:03Z")

</div>


