While doing a Fiddler trace of I noticed that all submits happen twice with all of the same parameters. The first is a submitted to Forms/Form/Submit which takes almost 5 seconds and results in a 302. The redirect is to Forms/form/avsubmission and submits the exact same parameters except one, the routingResumeId. This form returns in less than 2 seconds.
My question is why the round trip to the browser fore two requests to display one page? Is there a way to bypass the first request or combine the 2 requests?