Hi folks,
I'm seeing an issue with a simple Nintex Form 2013 that takes forever to load in Chrome.
The list has two content types, items are placed in folders per user, and there's a lookup field to another list of 17K items (also placed in folders) and a lookup to another item in the same list of about 35K items at the moment.
Performance profiling shows that 90%+ of the time is spent in finding the DOM element for the form filler in jQuery.
However, in Firefox the load sequence takes far less time - about 5 seconds or so.
I wonder if it's an issue already fixed in recent releases and if anyone has already felt the same pain.