右上にあるミリ秒インジケーター(ミニプロファイラー)を削除するにはどうすればよいですか?

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

.profiler-results {
    display: none
}
「いいね!」 4