Umbraco Reserved Urls/Paths is taking 37 seconds to load a page why?
finally, after a dreaded long battle, I have found the culprit, or atleast something that is going to lead me directly to it on why the site loads slow initially, but renders fast (due to Cache) afterwards. I have installed glimpse, and now able to see a Trace in the Tabs of Glimpse, that is telling me that Umbraco Reserved Urls are taking approximately 37 seconds to respond to a page load. Image below:
So, looking at my web.config now, shows this for Umbraco Settings:
Please note: umbracoReservedPaths has ~/ in it, but if I remove it, the pages of my site come up blank. I also have UrlRewrite Module installed and looks like this in the web.config:
What version of Umbraco are you using? And did this happen from a fresh install or is it a running installation where this has happened all of the sudden?
I'm not sure the culprit is the reserved urls...but if you can provide some more information about you install it might be easier to provide a better answer.
Also have you checked the Umbraco log and the server logs of both the web server and the database to see if some important information is revealed?
Have you checked that all connection strings are correct as well?
Hello, running Umbraco 4.6.1 as it says in the Umbraco settings indicated above. No, this is not a fresh install, but it just recently started happening. I mean the site, once received, wasn't that fast to begin with, but not it is like 2 times slower than it was from when I first began working on it. No errors in the Event Log. Not sure where the Umbraco Log is stored, maybe you can point me to it and I'll check it out. Connections strings should all be fine also, with the database, so no problem there.
Found the database table UmbracoLog table. No errors in there, just a bunch of Login and Logout being recorded in there. Also, I am running IIS 7.5, with .NET Framework 4.0. Not sure what other information you need. Let me know.
Also, I do not have this file in the website anywhere: umbraco/businesslogic/GlobalSettings.cs
Am I supposed to have it? Nevermind, doesn't look like it is in the actual download of Umbraco 4.6.1 either. I just wish I could get to the bottom of this error.... argg!
Umbraco Reserved Urls/Paths is taking 37 seconds to load a page why?
finally, after a dreaded long battle, I have found the culprit, or atleast something that is going to lead me directly to it on why the site loads slow initially, but renders fast (due to Cache) afterwards. I have installed glimpse, and now able to see a Trace in the Tabs of Glimpse, that is telling me that Umbraco Reserved Urls are taking approximately 37 seconds to respond to a page load. Image below:
So, looking at my web.config now, shows this for Umbraco Settings:
Please note:
umbracoReservedPaths
has~/
in it, but if I remove it, the pages of my site come up blank. I also haveUrlRewrite
Module installed and looks like this in the web.config:In
httpModules
section ofsystem.web
:In
system.webServer
I have the following:Ofcourse there is much more, but this is the
<modules>
tag in there.In
<configuration>
<configSections>
I have the following:Is this not configured properly? Why is Umbraco Reserved Urls taking 37 seconds to respond? Doesn't make much sense to me.
Hi Charles
What version of Umbraco are you using? And did this happen from a fresh install or is it a running installation where this has happened all of the sudden?
I'm not sure the culprit is the reserved urls...but if you can provide some more information about you install it might be easier to provide a better answer.
Also have you checked the Umbraco log and the server logs of both the web server and the database to see if some important information is revealed?
Have you checked that all connection strings are correct as well?
/Jan
Hello, running Umbraco 4.6.1 as it says in the Umbraco settings indicated above. No, this is not a fresh install, but it just recently started happening. I mean the site, once received, wasn't that fast to begin with, but not it is like 2 times slower than it was from when I first began working on it. No errors in the Event Log. Not sure where the Umbraco Log is stored, maybe you can point me to it and I'll check it out. Connections strings should all be fine also, with the database, so no problem there.
Found the database table UmbracoLog table. No errors in there, just a bunch of Login and Logout being recorded in there. Also, I am running IIS 7.5, with .NET Framework 4.0. Not sure what other information you need. Let me know.
Also, I do not have this file in the website anywhere: umbraco/businesslogic/GlobalSettings.cs
Am I supposed to have it? Nevermind, doesn't look like it is in the actual download of Umbraco 4.6.1 either. I just wish I could get to the bottom of this error.... argg!
Found the problem. It was in the User Controls that were being called in the template. Squashed it and now it is loading in under 4 seconds. Yayyyy!!!
is working on a reply...