Is there any way how to globally delay any KnockoutJS processing / redrawing as long as I keep changing any observable in the model?
Basically, knockout should observe all changes to all observables and if there is no change to any observable for a period of 50ms only then it can start processing the changes.