Hello I have in the AppSettings of the web.config file and using Umbraco 4.6.1.
I go to page that takes way to long to load initially, so I append ?umbDebugShowTrace=true to the page, but it doesn't output anything that tells me anything about a stack trace. I also have the following in the web.config file:
<trace enabled="true" requestLimit="10" pageOutput="true" traceMode="SortByTime" localOnly="true" />
within the <system.web>
tag.
How do I get information on why a page is taking too long to load initially?
Try to set the next key in AppSettings section:
<add key="umbracoDebugMode" value="true" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With