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


I know they only show up for admin, but I don’t like it, I don’t see the point of it.
I know there’s a shortcut to hide it (option + P), but then the next time opening up Discourse it shows again. How can I permanently hide/remove it?

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

.profiler-results {
    display: none
}
4 Likes

That’s the mini-profiler. It only appears for the user whose email matches a developer email in your app.yml.

You can hide it by pressing alt+ p.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.