Questions tagged [warm-up]

72 questions
1
vote
1 answer

Google App Engine PHP warmup script not running on live

I've written an app which uses Twitter's Firehose to stream tweets to a browser (using websockets). I had it working fine locally using Google App Engine Launcher, but now that it's deployed I've found that the warmup script - which subscribes to…
Adam Hopkinson
  • 28,281
  • 7
  • 65
  • 99
1
vote
2 answers

Warmup services on upgrade in Service Fabric

We are wondering if there is a built-in way to warm up services as part of the service upgrades in Service Fabric, similar to the various ways you could warm up e.g. IIS based app pools before they are hit by requests. Ideally we want the individual…
soren.enemaerke
  • 4,770
  • 5
  • 53
  • 80
1
vote
1 answer

Do external references slow down my ASP.NET application? (VS: Add Reference dialog)

I've noticed as my website gets bigger and bigger, the time my laptop takes to display my page is much longer then say a new projects with minimal references. I think there are two variables at play that affect ASP.NET warm-up time: The quantity of…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
vote
1 answer

First webservice response is slow even with Application Initialization module installed

A test WCF webservice that I have hosted using IIS 7.5 is consistently slow to respond to calls made after a period of inactivity (i.e. the first call of each day). From researching this topic I gather that the problem of "application warmup" is…
1
vote
0 answers

ehCache initialise + Load data from DB

I want to load all the static Data from DB during the ehCache Initialization. What is the best approach to do this? Is I have to configure any Loader in the cache configuration file? If yes when This loader will be called? ehCache documentation -…
bubai
  • 61
  • 1
  • 5
1
vote
1 answer

IIS 8 Application Initialization - warming up WCF services

We are currently using AppFabric Auto-Start feature for warming up applications that contain WCF web services. Since this is the only AppFabric feature we are using and we are upgrading to IIS 8.0, we would like to use the Application…
tamar_el
  • 23
  • 2
  • 5
0
votes
0 answers

Use PowerMTA to warm up an external smtp server

i am using powermta to dispatch bulk and transactional emails using couple of virtual mtas mapped to different local virtual NIC's to go out from different IP's. my question here is. in my transactional section of the pmta configurations can i map…
0
votes
0 answers

GCP is sending warmup request every second

I have deployed a ReactJs project on GCP App Engine. The app.yaml file is configured to handle the route to serve static files as well as warmup requests. However, in the logs, I see that warmup requests are sent almost every second while our other…
Mohammad Siavashi
  • 1,192
  • 2
  • 17
  • 48
0
votes
2 answers

JMeter to ignore warmup period

Contrary to How to exclude warmup time from JMeter summary?, as I don't want to spin up 20 threads all at once. Instead, I want to ignore a certain warmup period (or a certain iterations), to exclude the initial visit outliers, illustrated clearly…
xpt
  • 20,363
  • 37
  • 127
  • 216
0
votes
1 answer

Azure App Service does not wait for warm-up from another Azure App Service

I have configured the warm-up on my App Service on IIS by indicating a custom initialization: When automatic Scale-out occurs all the…
Alpha75
  • 2,140
  • 1
  • 26
  • 49
0
votes
0 answers

Why first pocess calls, after app pool recycle, are failing?

PROBLEM: In a Sharpoint + BPM solution, running Windows 2012 with IIS 8, after the application pool is recycled, the first call of any type of process fails, all subsequent calls are successful. Starting from an ascx embedded on an Sharpoint…
0
votes
0 answers

Azure Function Application warm up state

I am currently using multiple azure function app instances, with the "apiVersion": "2015-08-01" . Currently I dont use any warmup triggers and only few functions stay always in "warmup" state, even when restart the application is goes to warmup…
Heshan
  • 772
  • 8
  • 22
0
votes
3 answers

Fastest way to restart a .NET web app programmatically

I’m writing some e2e tests for a web application where there is a lot of code I need to interact with that is outside my control. In order to setup my application at the start of each test or group of tests, I intend to use sql scripts to seed the…
0
votes
1 answer

Azure app service warm-up ping path not being called

I have been experimenting with slot warm up settings using "WEBSITE_SWAP_WARMUP_PING_PATH" app service configuration as suggested in Ruslan's blog. Unfortunately, I don't see it working the way I would expect. My expectation is that the slot swap…
William Edmondson
  • 3,619
  • 3
  • 32
  • 41
0
votes
0 answers

Ansible: tensorflow binary copy data corruption

I'm trying to copy a TensorFlow warmup file to a server using ansible copy module. Once its gets copied the container is throwing error: 020-06-15 08:20:30.288568: I external/org_tensorflow/tensorflow/cc/saved_model/loader.cc:152] Running…
vyshak m
  • 131
  • 1
  • 7