I have 3 sites running under the same Umbraco instance.
www.drivingfutures.com
www.drivingfutures.co.uk/
www.drivingfutures.ca
The issue I am having is this. The US version of the site is taking about 21 seconds to load. The other 2 versions of the site are loading in about 500ms. They are using the same masterpages, macros etc...
What could be causing the one version of the site to be taking so much longer to load. Any thoughts on this would be great...it has had me stumped for 2 days.
All of the above sites seem to take a least 10 seconds to load on my machine.
I suppose this can be caused by several parameters.
How are the sites build? Do you rely on XSLT macroes/Razor macroes for rendering the content? or are you using user controls to fetch content from 3rd party databases?
How are the sites hosted? Are they on shared hosting or are they running on a dedicated server?
Have you tried viewinv the stack trace by adding ?umbdebugshowtrace=1 to the site name on your local environment (you have correctly turned it off on the live site). This can give you some pointers if something is taking very long to load.
Are you using caching on macroes? And do you perhaps have some code that keeps hitting the DB several times, which can also cause bad performance?
Hope some of these pointers help and I'm looking forward to get some more details.
I am sure this is my fault not Umbraco but....
I have 3 sites running under the same Umbraco instance.
www.drivingfutures.com
www.drivingfutures.co.uk/
www.drivingfutures.ca
The issue I am having is this. The US version of the site is taking about 21 seconds to load. The other 2 versions of the site are loading in about 500ms. They are using the same masterpages, macros etc...
What could be causing the one version of the site to be taking so much longer to load. Any thoughts on this would be great...it has had me stumped for 2 days.
Michael
Hi Michael
All of the above sites seem to take a least 10 seconds to load on my machine.
I suppose this can be caused by several parameters.
How are the sites build? Do you rely on XSLT macroes/Razor macroes for rendering the content? or are you using user controls to fetch content from 3rd party databases?
How are the sites hosted? Are they on shared hosting or are they running on a dedicated server?
Have you tried viewinv the stack trace by adding ?umbdebugshowtrace=1 to the site name on your local environment (you have correctly turned it off on the live site). This can give you some pointers if something is taking very long to load.
Are you using caching on macroes? And do you perhaps have some code that keeps hitting the DB several times, which can also cause bad performance?
Hope some of these pointers help and I'm looking forward to get some more details.
/Jan
is working on a reply...