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?
hawm
(Hawm)
September 25, 2023, 10:47am
2
You can hide it by adding some CSS, to the theme or theme component
.profiler-results {
display: none
}
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 …
Stephen
(Stephen)
September 25, 2023, 1:29pm
3
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 .