Infopath 2010 loads very slowly in IE
-
Saturday, April 07, 2012 8:47 PM
I have a very rich infopath form ; contianing 50 controls and each control have 10 rules. There are 5 data connections and 2 of them executed at form load.
The problem is page load very slowly in IE 9 whereas in chrome and firefox, it loads without a delay. How can I make my form loading fastly in IE 9.
Thanks
- Edited by Naveed Afzaal Saturday, April 07, 2012 8:48 PM
- Edited by Naveed Afzaal Sunday, April 08, 2012 11:59 AM
All Replies
-
Monday, April 09, 2012 2:29 AMModerator
-
Thursday, April 12, 2012 4:54 PM
Hi Naveed Afzaal,
It is tough to say how to improve the performance of IE9, when we aren't exactly sure how your InfpPath template is designed. Here is some information on performance with InfoPath templates. Some of these may be for 2007, but the concepts still apply.
http://msdn.microsoft.com/en-us/library/bb380251(v=office.12).aspx
Under 'Performance Considerations': http://msdn.microsoft.com/en-us/library/ff961896.aspx#IP14BuildingSPApplicationsPT1_BestPracticesforIPSPApps
Part 1 through 6. Part6 includes more links:
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Regards,
Ian Kavanagh
Microsoft Online Community Support- Marked As Answer by Entan MingMicrosoft Contingent Staff, Moderator Monday, May 07, 2012 6:46 AM
-
Thursday, April 12, 2012 9:12 PMI had similar issues with one of my forms as well. In the form load event, I had some rules to pre-populate a huge drop-down list-box. The form was slow in loading because of that. I improved the performance by replacing that drop down list box with a text box.

