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?