Slow loading

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
wilhud
Lieutenant (LT)
Lieutenant (LT)
Posts: 66
Joined: Mon Mar 30, 2009 7:44 pm

Slow loading

Post by wilhud » Mon Sep 27, 2010 6:02 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Slow loading

Post by mazhar » Tue Sep 28, 2010 4:18 am

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">

wilhud
Lieutenant (LT)
Lieutenant (LT)
Posts: 66
Joined: Mon Mar 30, 2009 7:44 pm

Re: Slow loading

Post by wilhud » Tue Sep 28, 2010 9:33 am

Yes, that is the way it has been set. No change required there.

Post Reply