Hi,

please note that the heavy part on the browser is the DOM manipulation (and 8736 fields are a lot of work).

first of all try to remove all visual effects if any on the snapshot events with something like this:

in the onItemUpdate handler


in the onChangingValues handler


let me know if this helps.