First off, I apologize if this is the wrong forum category to ask this ;-)
I'm running a site which has some performance issues. The frontpage takes about 3 - 5 seconds to load sometimes. Having looked at the umbDebugShowTrace it seems that a page request is spammed with "Resolve Urls 0", where some of them takes longer than others, just a few examples:
Thanks a lot for the link :-) I tried setting the ResolveUrlsFromTextString to false, but the Resolve Urls 0 are still there which, in itself, is a bit odd :-)
Performance and Resolve Urls 0
Hi all,
First off, I apologize if this is the wrong forum category to ask this ;-)
I'm running a site which has some performance issues. The frontpage takes about 3 - 5 seconds to load sometimes. Having looked at the umbDebugShowTrace it seems that a page request is spammed with "Resolve Urls 0", where some of them takes longer than others, just a few examples:
The site is running Umbraco 4.7.1 and all of the macros are written in Razor.
Has anyone ever had trouble with this?
Thanks in advance.
All the best,
Bo
Hey Bo,
Check out this thread for an explanation.
-Tom
Hi Tom,
Thanks a lot for the link :-) I tried setting the ResolveUrlsFromTextString to false, but the Resolve Urls 0 are still there which, in itself, is a bit odd :-)
Thanks again!
- Bo
Hi,
i have used <li><a href="<% = ResolveUrl("~/folder/page.aspx") %>">Page</a></li> in visual studio..
i want to use this in Umbraco...
Is this possible..???
Can anyone help me...
Thanks in Advance..
is working on a reply...