Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Long time to load site each morning

  Asked By: Celia Bond         Date: Apr 27, 2007      Category: Sharepoint      Views: 615
 

The very first time I attempt to go into a SharePoint site each
morning, it takes about 90 seconds to load the page. After that, each
page loads very quickly.

What is causing this slowness? Does it need to cache everything first?

Tagged:              

 

3 Answers Found

 
Answer #1       Answered By: Vinay Thakur          Answered On: Apr 27, 2007       

Sharepoint spins down if no one hits it for a while. You can go into the
Application Pool settings and tell it not to do that.

 
Answer #2       Answered By: Akshay Gupta          Answered On: Apr 27, 2007       

IIS Application pools are set, by default, to recycle every night
(usually 1-2am timeframe). When that happens, the first user to hit the
site has to wait for the JIT to compile. You could turn app pool
recycling off, but that is not recommended. Alternatively, you could
create a batch file that warms up the JIT every night after the app
pools recycle. Here is a link:

blogs.msdn.com/.../697044.aspx

 
Answer #3       Answered By: Trinity Scott          Answered On: Apr 27, 2007       

That makes perfect sense. I will look into having a batch file warm
up the JIT every night after the recycle.

 
Didn't find what you were looking for? Find more on Long time to load site each morning Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].