Page 1 of 1

Slow loading

Posted: Mon Sep 27, 2010 6:02 pm
by wilhud
We're experiencing extremely slow load times with our AC site. When I ran a trace on some of the pages, all of them appear to have the slowest load in the same place...

aspx.page Begin PreInit

That line is approx. 20-30 seconds load across many of the pages. Why would this be taking so long?

Thanks,
Wil

Re: Slow loading

Posted: Tue Sep 28, 2010 4:18 am
by mazhar
Well one thing, in your Webiste/web.config make sure that debug attribute is set to false in following statement

Code: Select all

<compilation debug="false" strict="false" explicit="false">

Re: Slow loading

Posted: Tue Sep 28, 2010 9:33 am
by wilhud
Yes, that is the way it has been set. No change required there.