From 3014f3087c581ce704d40541e238b76034a1ad6a Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Sat, 11 Oct 2025 14:43:48 +0100 Subject: [PATCH 1/4] Updated explanation of how to display the MiniProfiler --- 15/umbraco-cms/fundamentals/code/debugging/README.md | 7 ++++--- 16/umbraco-cms/fundamentals/code/debugging/README.md | 7 ++++--- 17/umbraco-cms/fundamentals/code/debugging/README.md | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/15/umbraco-cms/fundamentals/code/debugging/README.md b/15/umbraco-cms/fundamentals/code/debugging/README.md index 317cc2df3dd..231e31a7e3a 100644 --- a/15/umbraco-cms/fundamentals/code/debugging/README.md +++ b/15/umbraco-cms/fundamentals/code/debugging/README.md @@ -52,9 +52,10 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile ### Displaying the MiniProfiler -To display the profiler ensure that the configuration `Umbraco:CMS:Hosting:Debug` is set to `true` in the appSettings.json file. Thereafter you can add `?umbDebug=true` to the query string of any request. - -Also, ensure your template calls `@Html.RenderProfiler()` as one of the last things. +To display the profiler on the front end of your site: +- Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`. +- Sign in to the backoffice as a user that has access to the Settings section. +- Add `?umbDebug=true` to the request query string.
diff --git a/16/umbraco-cms/fundamentals/code/debugging/README.md b/16/umbraco-cms/fundamentals/code/debugging/README.md index 317cc2df3dd..231e31a7e3a 100644 --- a/16/umbraco-cms/fundamentals/code/debugging/README.md +++ b/16/umbraco-cms/fundamentals/code/debugging/README.md @@ -52,9 +52,10 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile ### Displaying the MiniProfiler -To display the profiler ensure that the configuration `Umbraco:CMS:Hosting:Debug` is set to `true` in the appSettings.json file. Thereafter you can add `?umbDebug=true` to the query string of any request. - -Also, ensure your template calls `@Html.RenderProfiler()` as one of the last things. +To display the profiler on the front end of your site: +- Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`. +- Sign in to the backoffice as a user that has access to the Settings section. +- Add `?umbDebug=true` to the request query string.
diff --git a/17/umbraco-cms/fundamentals/code/debugging/README.md b/17/umbraco-cms/fundamentals/code/debugging/README.md index 317cc2df3dd..231e31a7e3a 100644 --- a/17/umbraco-cms/fundamentals/code/debugging/README.md +++ b/17/umbraco-cms/fundamentals/code/debugging/README.md @@ -52,9 +52,10 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile ### Displaying the MiniProfiler -To display the profiler ensure that the configuration `Umbraco:CMS:Hosting:Debug` is set to `true` in the appSettings.json file. Thereafter you can add `?umbDebug=true` to the query string of any request. - -Also, ensure your template calls `@Html.RenderProfiler()` as one of the last things. +To display the profiler on the front end of your site: +- Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`. +- Sign in to the backoffice as a user that has access to the Settings section. +- Add `?umbDebug=true` to the request query string.
From 2cd449856f8cc41ed1a0c4c8340f558f8c06088f Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Mon, 13 Oct 2025 08:36:29 +0100 Subject: [PATCH 2/4] Apply suggestion from @eshanrnh Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- 15/umbraco-cms/fundamentals/code/debugging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/code/debugging/README.md b/15/umbraco-cms/fundamentals/code/debugging/README.md index 231e31a7e3a..6bc5b059a3a 100644 --- a/15/umbraco-cms/fundamentals/code/debugging/README.md +++ b/15/umbraco-cms/fundamentals/code/debugging/README.md @@ -54,7 +54,7 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile To display the profiler on the front end of your site: - Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`. -- Sign in to the backoffice as a user that has access to the Settings section. +- Sign in to the backoffice as a user who has access to the **Settings** section. - Add `?umbDebug=true` to the request query string.
From 3014bf5211b9915d86dae380881e79a2f4fe6c5a Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Mon, 13 Oct 2025 08:36:41 +0100 Subject: [PATCH 3/4] Apply suggestion from @eshanrnh Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- 16/umbraco-cms/fundamentals/code/debugging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-cms/fundamentals/code/debugging/README.md b/16/umbraco-cms/fundamentals/code/debugging/README.md index 231e31a7e3a..6bc5b059a3a 100644 --- a/16/umbraco-cms/fundamentals/code/debugging/README.md +++ b/16/umbraco-cms/fundamentals/code/debugging/README.md @@ -54,7 +54,7 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile To display the profiler on the front end of your site: - Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`. -- Sign in to the backoffice as a user that has access to the Settings section. +- Sign in to the backoffice as a user who has access to the **Settings** section. - Add `?umbDebug=true` to the request query string.
From 6ebea99a437708ad56a1df71d5f6148586531218 Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Mon, 13 Oct 2025 08:36:46 +0100 Subject: [PATCH 4/4] Apply suggestion from @eshanrnh Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- 17/umbraco-cms/fundamentals/code/debugging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/umbraco-cms/fundamentals/code/debugging/README.md b/17/umbraco-cms/fundamentals/code/debugging/README.md index 231e31a7e3a..6bc5b059a3a 100644 --- a/17/umbraco-cms/fundamentals/code/debugging/README.md +++ b/17/umbraco-cms/fundamentals/code/debugging/README.md @@ -54,7 +54,7 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile To display the profiler on the front end of your site: - Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`. -- Sign in to the backoffice as a user that has access to the Settings section. +- Sign in to the backoffice as a user who has access to the **Settings** section. - Add `?umbDebug=true` to the request query string.