Developer forum

Forum » Hosting » Website slow for the first visitor of the day

Website slow for the first visitor of the day

Gaëtan Di Caro
Reply

Hello,

We have a recurrent problem on our solutions (installed on IIS servers) : the first person of the day to visit the website has a very slow experience. All visits after that are fine. It looks like there's something about caching but I can't put my finger on it exactly. Is there a specific IIS setting I have to be aware of ? I tried to not recycle the application but it didn't seem to do much.

Thanks.


Replies

 
Nicolai Pedersen
Reply

Hi Gaƫtan

If the website or application pool is recycled automatically during the night, this will happen as the application has to start up and cache stuff. That has to be done.

But if you configure your app pool correct (On IIS8+ on Win 2012+), you can set the start mode to "Always running" - se dump. If you do that, the IIS will, when it restarts, server boots, application is recycled etc. automatically start up Dynamicweb. We have an IIS add-in in Dynamicweb (PreloadClient) that handles that: http://doc.dynamicweb.com/api/html/f06b28f2-ad9d-47be-9a13-b9b199b8aee4.htm

If you have a solution hosted by DW or Hostnordic, contact the service desk to get this setup.

BR Nicolai

Capture.PNG
 
Gaëtan Di Caro
Reply

Nice, thanks for the tip

 

You must be logged in to post in the forum