Tips for making list view with lots of bindings render faster?

Anyone has experience with optimizing the rendering performance of large list views with lots of bindings?

I have looked at Discourse, and there are a few interesting observations:

  • create Handlebar helpers rather than direct binding for one-way bound attributes.
  • call “render” on views directly.

Thanks!

1 Like