How can I remove the milliseconds indicator (mini-profiler) at the top right?

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

.profiler-results {
    display: none
}
4 Likes