# 오른쪽 위 milliseconds 표시(mini-profiler)를 제거하는 방법은?

**URL:** https://meta.discourse.org/t/how-can-i-remove-the-milliseconds-indicator-mini-profiler-at-the-top-right/279976
**Category:** Support
**Created:** [9월 25, 2023, 10:28오전 UTC](https://meta.discourse.org/t/how-can-i-remove-the-milliseconds-indicator-mini-profiler-at-the-top-right/279976 "2023-09-25T10:28:27Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![hawm](https://avatars.discourse-cdn.com/v4/letter/h/f07891/32.png) [@hawm](https://meta.discourse.org/u/hawm)
#### Post date: [9월 25, 2023, 10:47오전 UTC](https://meta.discourse.org/t/how-can-i-remove-the-milliseconds-indicator-mini-profiler-at-the-top-right/279976/2 "2023-09-25T10:47:52Z")

</div>

테마나 테마 컴포넌트에 다음 CSS를 추가하여 이를 숨길 수 있습니다.

```plaintext
.profiler-results {
    display: none
}

```

> [@Beginner's guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966):
>
> This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar with Discourse themes. If you’ve already used Discourse theme / theme components, this guide is probably not something you need to read. What are themes and theme components? A theme or theme component is a set of files packaged together designed to either modify Discourse visually or to add new features. Let’s start with themes. Themes In general, themes are not supposed to be compatible …

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-remove-the-milliseconds-indicator-mini-profiler-at-the-top-right/279976)._
