Orchard Performance on Azure

前端 未结 2 1880
南笙
南笙 2020-12-31 20:57

Using http://docs.orchardproject.net/Documentation/Deploying-Orchard-to-Windows-Azure I\'ve successfully deployed Orchard into Azure.

After every 20mins or so withou

2条回答
  •  独厮守ぢ
    2020-12-31 21:35

    I'm afraid the extra small instance may not be a very good fit for Orchard, which can hardly be described as "extra small". The Orchard site for example runs on two normal web instances. It runs pretty fast, and as it's permanently hit by users, you very rarely see a cold start. If the problem is inactivity then your only possibility is indeed to artificially hit the site or to increase the app domain timeout. Still, even a cold start should not take more than a few seconds on a reasonably-sized server, so that it takes minutes should be enough of a sign to turn you away from extra small.

提交回复
热议问题