Hello,
I’ve seen the new possibility in 8.3.0 to batch some call in order to improve performance and avoid unnecessary render.
But should this be also used in unitary method call?
Take for example these two JSFiddle:
- One where I execute an
updateSettings
call without the batch method : http://jsfiddle.net/SamHa/gd6tjv74/3/ - One with the batch method : http://jsfiddle.net/SamHa/gd6tjv74/2/
You will see that the fiddle with the batch method is much faster.
Is this normal?
I expected that Handsontable methods would be already batched in the inner code and that the batch
call would only be useful when several successive calls to Handsontable were being made.
Regards,