A simple application warmup method for Azure Web Sites
NickName:Jed Grant Ask DateTime:2013-06-29T12:47:36

A simple application warmup method for Azure Web Sites

I would like to use the IIS application warmup or initialization feature of IIS that makes a site load faster instead of having long wait times the first time or anything that fulfills a similar purpose. I found this article: Configuring an Azure Website with application warmup

Frankly, I don't know what a web role is or what it does. I have a azure web site and I'm fairly new to development all around. Is there a reasonably simple way I can keep my application warmed up to avoid all those long load times? I've read a variety of articles and they either don't apply to azure or seem to require a VM/Web Role which I'm completely unfamiliar with.

There's a similar question here: ASP.NET warmup/initialize

This one didn't get an answer either. Frankly, I'm just looking for anything that will make the site not feel so sluggish so often.

Copyright Notice:Content Author:「Jed Grant」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/17376796/a-simple-application-warmup-method-for-azure-web-sites

More about “A simple application warmup method for Azure Web Sites” related questions

A simple application warmup method for Azure Web Sites

I would like to use the IIS application warmup or initialization feature of IIS that makes a site load faster instead of having long wait times the first time or anything that fulfills a similar pu...

Show Detail

Respond to web requests during application warmup on Azure

I have a web application powered by .NET 5 that is hosted on Azure. My app has quite a long warmup phase. I want my application to start responding to requests only after all the logic behind the w...

Show Detail

getting simple membership to work with azure web sites

I am wanting to use the simple membership providers as if i was connecting to a local mdf file for this mvc project, except i want the memebership tables on the free azure trial db UserProfile

Show Detail

Azure Web App swap happening BEFORE warmup

Since about a week when I publish a new version of our Web App and do a Swap from Staging to Production, it actually seems to swap before the warmup initialization is done. As it is a large appli...

Show Detail

Configuring an Azure Website with application warmup

I have an Azure Website developed for which I would like to reduce the initial loading time. On a regular ASP.NET site I would configure the Application Initialization IIS module, but with Azure We...

Show Detail

Site Warmup with Azure Websites

I'm trying to setup my Azure Website (not webrole) to warm itself up with Application Initialization. This feature has been added to Azure Websites in Janurary 2016: https://feedback.azure.com/for...

Show Detail

Cache strategy in Azure Web Sites

I have a simple project that I'd like to publish to Azure Web Sites. I need to do some basic caching of a few values to speed things up a bit. What's the right strategy for caching data in this

Show Detail

What is the Azure warmup UserAgent string in 2018?

This source says Initialization: https://support.microsoft.com/en-us/help/2843964/application-initialization-module-fails-when-web-site-requires-ssl Then this site says SiteWarmup: http://rusla...

Show Detail

install Application Initialization in Azure Web Role hosting multiple web sites

i have azure role hosted as cloud service, i am trying to install the application initialization as suggested in below link: http://fabriccontroller.net/blog/posts/iis-8-0-application-initialization-

Show Detail

Programmatically restart or stop and start an application on Azure Web Sites

I am trying to restart/bounce my Azure Web site on a reserved instance (Azure Web Sites) but I can't seem to find any documentation anywhere to do this. I can do it via the new portal (Azure Manag...

Show Detail