After a new form is loaded, the first view is a selection page. Once selection is made a button click takes user to selected form. At the button click it can take 44+ seconds for next page to load.
This form has no qRules or DBXL but it does have code and several data connections and multiple views. 2 data connections reach out to SQL 2008, the rest retrieve data from SharePoint list.
The button click to move to the selected view has rules to set field values depending on form selected - no code behind. However there is code behind elsewhere in the form.
How can I get the form to switch views faster?