Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Question about initial load

  1. #1
    chainsaw is offline Junior Member
    Join Date
    Jul 2009
    Posts
    9

    Default Question about initial load

    The site I am helping setup takes approximately 20 seconds to load initially.

    http://www.meerschaummerchant.com

    I am not sure where to start. I've removed some navigational elements from the skin, but that doesn't seem to be helping the issue. We are on a business plan with activehost. Our old site that runs under salescart software (salescart.com) for http://www.aaameerschaum.com loads in about a second. I do realize that it's not running ASPdotnet.

    Any ideas?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That's a common issue with .NET applications. The .NET platform 'sleeps' any apps that are idle for a while, so when you first hit the site it's essentially starting up again. There are a couple of things you can do - precompile the site, or set up keep-alives that hit the site every so often and keep it 'awake'. Most hosts offer a service to do that.

  3. #3
    chainsaw is offline Junior Member
    Join Date
    Jul 2009
    Posts
    9

    Default

    Thank you for the info. I talked to my provider and they can setup a site monitor for a relatively inexpensive monthly charge that should help this load issue.