Performance issue

Discussion in 'Hosting Services / Control Panel' started by perpetualpr, Jun 14, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,
    The 1st time I download my webpage, it downloads quickly into the brower, but the code that gets executed on the server takes 48 seconds! Then I clear out my browsers history files and download a second time. And in this second download, my webpage downloads into the browser quickly (just like during the 1st download) and the code on the server execution time takes.8 seconds (less than 1 second). So the problem is clearly on the server.Probably something to do with loading thecode intothe servers RAM. Is there away that I can keep my code always in the RAM at all times?

    Thanks
    -Doug



    Douglas Schofield
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    It sounds like you have a very large application. ASP.NET compile the page on the fly when it is first loaded but it rarely take that long to compile.

    Note that the application is unloaded if your website do not have any HTTP request after 20 minutes.

    In general, it should take more than couple seconds to compile the application on first load.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page