From c8ec7ce8ba1b6a504575c5bab3e0dd5e1438ff9c Mon Sep 17 00:00:00 2001
From: Jan Skovgaard
- Umbraco currently runs in debug mode. This means you can use the built-in performance profiler to assess the performance when rendering pages.
-
- If you want to activate the profiler for a specific page rendering, simply add umbDebug=true to the querystring when requesting the page.
-
- If you want the profiler to be activated by default for all page renderings, you can use the toggle below.
- It will set a cookie in your browser, which then activates the profiler automatically.
- In other words, the profiler will only be active by default in your browser - not everyone else's.
-
+ Umbraco currently runs in debug mode. This means you can use the built-in performance profiler to assess the performance when rendering pages.
+
+ If you want to activate the profiler for a specific page rendering, simply add umbDebug=true to the querystring when requesting the page.
+
+ If you want the profiler to be activated by default for all page renderings, you can use the toggle below.
+ It will set a cookie in your browser, which then activates the profiler automatically.
+ In other words, the profiler will only be active by default in your browser - not everyone else's.
+
- You should never let a production site run in debug mode. Debug mode is turned off by setting debug="false" on the <compilation /> element in web.config.
-
+ You should never let a production site run in debug mode. Debug mode is turned off by setting debug="false" on the <compilation /> element in web.config.
+
- Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should be for a production site.
-
- Debug mode is turned on by setting debug="true" on the <compilation /> element in web.config.
-
+ Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should be for a production site.
+
+ Debug mode is turned on by setting debug="true" on the <compilation /> element in web.config.
+ Performance profiling
+
+
Friendly reminder
-
+
+
+ If you want to activate the profiler for a specific page rendering, simply add umbDebug=true to the querystring when requesting the page. +
++ If you want the profiler to be activated by default for all page renderings, you can use the toggle below. + It will set a cookie in your browser, which then activates the profiler automatically. + In other words, the profiler will only be active by default in your browser - not everyone else's. +
+ ]]> + ++ Debug mode is turned on by setting debug="true" on the <compilation /> element in web.config. +
+ ]]> ++ If you want to activate the profiler for a specific page rendering, simply add umbDebug=true to the querystring when requesting the page. +
++ If you want the profiler to be activated by default for all page renderings, you can use the toggle below. + It will set a cookie in your browser, which then activates the profiler automatically. + In other words, the profiler will only be active by default in your browser - not everyone else's. +
+ ]]> ++ Debug mode is turned on by setting debug="true" on the <compilation /> element in web.config. +
+ ]]> +