Limit DOM node creation

To potentially improve performance, consider limiting the number of DOM nodes you create, since, in Knockout, the creation and removal of DOM nodes can have a performance impact.

To see the number of DOM nodes you have created, use http://www.webpagetest.org and work to reduce the number of nodes to be fewer than 1500. For more information, see Understand widgets.