warm-up Questions

3

I have an e-commerce application that uses MySQL, and I'd like it to be faster. When a part # is accessed on the website that has been accessed before, the part loads quickly because all the necess...
Flinch asked 7/8, 2010 at 15:1

1

Solved

I'm currently using the ApplicationInitialization feature of IIS to warm up my ASP.NET application. I've set the attribute remapManagedRequestsTo to "warmup.html". <applicationInitialization re...
Fullgrown asked 22/11, 2017 at 14:33

3

Solved

I have a simple Umbraco 7.7.2 application and I'm hosting it on Azure (app-service). When I restart the server it takes 20-40 seconds for first time requesting a page which is really annoying speci...

4

Solved

I have noticed that the first time I run a script, it takes considerably more time than the second and third time1. The "warm-up" is mentioned in this question without an explanation. Why does th...
Daugava asked 1/6, 2013 at 14:30

1

I understand that I can specify a number of pages in the application Initialisation section of the web.config to be run before the deployment slot is swapped. What I'd like to be able to do is to s...
Gentleness asked 15/2, 2016 at 15:11

2

Solved

I have a simple JMeter throughput test that spawns 20 threads and each thread executes a simple SQL query against a database. I have set a ramp up time of 10 seconds and a total test time of 70 sec...
Fetlock asked 26/8, 2015 at 22:37

2

I'm trying to eliminate (or at least minimize) startup/warmup times for my .NET applications. I'm not really sure on how to do this even though it's a common concern. There's a ton of questions ab...
Sadiesadira asked 7/8, 2012 at 21:14

1

Solved

I'm trying to use the IIS 7.5 Application Initialization extension to configure a warmup process for my web application. This is an approach I am taking to minimize slow downs caused by application...
Leighleigha asked 11/3, 2013 at 21:6

3

Solved

I recently began playing around with the ability of IIS to apply a warmup step step to my web application through use of the IProcessHostPreloadClient interface (look here for for guidance on how t...
Milliemillieme asked 3/10, 2011 at 11:18

3

I have a web application that's consuming a WCF service. Both are slow on warmup after IIS reset or app pool recycle. So, as a possiible solution I installed Application Warm-Up for IIS 7.5 and set...
Kiwi asked 24/1, 2011 at 20:2

3

We would like to warm up an ASP.NET MVC application hosted on IIS 7.5 server. The warm up module that used to be available at http://forums.iis.net/t/1176740.aspx has been removed since sometime. ...
Binominal asked 12/9, 2011 at 11:25

1

Suppose I have a Java program Test.class. I want to measure its execution time. I wrote a wrapper to do this as below: class RunTest { public static void main(String[] args) { long sum = 0; i...
Countdown asked 16/8, 2012 at 17:36

1

Solved

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 pl...
Pinkster asked 6/8, 2010 at 13:48

3

Solved

A time-out occurs during the first RPC call to a server yet subsequest requests succeed. The server times-out on the response because upon first call it loads the libraries needed to handle the req...
Ppm asked 24/3, 2009 at 14:51

1

Solved

I am working with some multicore simulators such as GEMS or M5. In all of them there is an option to "Warm up the cache". What does that term mean?
Squama asked 12/1, 2009 at 2:27
1

© 2022 - 2024 — McMap. All rights reserved.