i was using asp.net boilerplate as is with S1 Azure instance of sql database and warm up time seems to be very slow, also login in time takes about 4 sec + for as is code. i also removed hangfire config since it has lot of entry in log as it could have been very actively taking up resources. i have not made any changes other than the connection string in config file. With no custom code yet it seems to very slow.
Is there any other tweaks i can make?
2 Answer(s)
-
0
We also have the same issue. We also using S1 from Azure. Warm up time is slow, after warmup it runs very well, but if de website is ide for about 1 min it is very slow again. I'm also curious if there is a tweak for this.
-
0
Hi,
According to this stackoverflow answer <a class="postlink" href="http://stackoverflow.com/a/36047232/6681451">http://stackoverflow.com/a/36047232/6681451</a>, you can set "Always On" property to "On" in your web app settings.
But if you have a VM and access to IIS, then you can configure it in IIS as well.