Links about First Load Web App on IIS

2013-12-20


If you used IIS server or Windows Hosting, you might know an annoying problem that if your website not be visited for while, the next visiting needs longer loading time, you have to wait up to over 60 seconds if your hosting is not good. This is because IIS has a feature for low traffic websites it recycles unused worker processes.

Periodic Restart Settings for Application Pool Recycling <periodicRestart>

The <periodicRestart> element contains configuration settings that allow you to control when an application pool is recycled.

Recycling Settings for an Application Pool <recycling>

The <recycling> element contains configuration settings that control the conditions that trigger IIS 7 to restart an application pool.

IIS 6.0:

Internet Information Services (IIS) can be configured to periodically restart worker processes assigned to an application pool, which recycles faulty Web applications. Recycling keeps problematic applications running smoothly, especially when it is not feasible to modify the application code.

The following are some links about first loading performance on IIS (Windows Hosting):

1: Fixing slow initial load for IIS

2: ASP.NET 2.0-4.0 Web Applications experiencing extremely slow initial start-up.

3: Performance problem with first load

4: WordPress using IIS

5: Godaddy Cron Job

7: Warm Up script

8: Is there any harm in disabling the idle timeout for an application pool?

9: How to set up cron job on godaddy?