Page 1 of 1

speeding up opening

Posted: Sun Feb 03, 2013 5:51 am
by cusingerBUSCw5N
My app takes forever to open. I did some tests, with "answer" - putting tags on the stack level on preOpenStack - right at the beginning - and it takes 42 seconds to get there.

I don't understand what would be going on BEFORE preopenstack that would slow it down so much.

Once it reaches the preopenstack, if I put answer tags through the rest of the start-up process, it goes really fast.

So what gives...or how can I test to see what's happening during that time?

The delay is on my development machine - PC. I originally thought that it was because I was connecting to the Internet - but all of that happens during the preOpenStack process - after the initial "Answer" tag - and after the 42 seconds have passed.

Thanks

Re: speeding up opening

Posted: Sun Feb 03, 2013 6:03 am
by cusingerBUSCw5N
It's working now... who knows.