My Cart
Log In
Register
an ASP.NET Open Source CMS & eCommerce platform
Search:
Home
Open Source Edition
DotShoppingCart Suite
Services
Support
Blog
Marketplace
Buy
Forums
Video Tutorials
Documentation
Premium Support
Submit Support Ticket
Home
>
DotShoppingCart Forums
>
Support
>
Using DotShoppingCart
>
Slow site startup
Slow site startup
Last Post 6/9/2009 9:51:42 AM By lukezy. 1 replies.
6/9/2009 9:39:16 AM
4safety
Posts: 124
Joined: 5/11/2009
Slow site startup
My website appears to load slowly when first starting up or after it has been idle for awhile. Is the application slow to start? How can i fix this?
thanks
6/9/2009 9:51:42 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
website
Re: Slow site startup
It's the nature of ASP.NET. If you publish the site as the source code without compiling, the first page hit causes compiling the code. You can pre-compile and publish the site.
DotShoppingCart Staff