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

You can hide it by adding some CSS, to the theme or theme component

.profiler-results {
    display: none
}