0

I have a pure html website, there is nothing to render. On first run it takes about 10 seconds to load. In the second time and above in a scope of 10-15 minutes it takes less then a second to load, Even if I open another browser.

I can see that a browser waiting for a response from the server, the server is IIS7 in integrated pipiline mode, if I set it to classic mode the issue is disappeared even if I will access again the website after 10 hours.

I'm pretty sure it's not about the application idle timeout because in integrated pipiline it's set to 1 hour.

Please advice. Thanks

Alexander
  • 11
  • 2

1 Answers1

0

Easiest solution would probably be to add the Application Initialization plugin to your site. This blogpost should be of help. Basically it just pings your website occasionally so it gets the long load time, rather than a user.

Cavyn VonDeylen
  • 4,189
  • 9
  • 37
  • 52