You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/code/debugging/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,10 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile
52
52
53
53
### Displaying the MiniProfiler
54
54
55
-
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.
56
-
57
-
Also, ensure your template calls `@Html.RenderProfiler()` as one of the last things.
55
+
To display the profiler on the front end of your site:
56
+
- Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`.
57
+
- Sign in to the backoffice as a user who has access to the **Settings** section.
58
+
- Add `?umbDebug=true` to the request query string.
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/code/debugging/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,10 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile
52
52
53
53
### Displaying the MiniProfiler
54
54
55
-
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.
56
-
57
-
Also, ensure your template calls `@Html.RenderProfiler()` as one of the last things.
55
+
To display the profiler on the front end of your site:
56
+
- Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`.
57
+
- Sign in to the backoffice as a user who has access to the **Settings** section.
58
+
- Add `?umbDebug=true` to the request query string.
Copy file name to clipboardExpand all lines: 17/umbraco-cms/fundamentals/code/debugging/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,10 @@ Umbraco includes the Mini Profiler project in its core (see [https://miniprofile
52
52
53
53
### Displaying the MiniProfiler
54
54
55
-
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.
56
-
57
-
Also, ensure your template calls `@Html.RenderProfiler()` as one of the last things.
55
+
To display the profiler on the front end of your site:
56
+
- Set `Umbraco:CMS:Hosting:Debug` to `true` in `appsettings.json`.
57
+
- Sign in to the backoffice as a user who has access to the **Settings** section.
58
+
- Add `?umbDebug=true` to the request query string.
0 commit comments