Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Feature: Enable disabling of two way bindings #7554

Closed
Siraris opened this issue May 22, 2014 · 1 comment
Closed

Feature: Enable disabling of two way bindings #7554

Siraris opened this issue May 22, 2014 · 1 comment

Comments

@Siraris
Copy link

Siraris commented May 22, 2014

In the world of big data, you can easily encounter situations where you can have thousands of bindings in a page. Currently, we have an instance where we could be displaying 500 records on a page, and if we output 3 variables with {{}} we instantly get 1500 two way bindings. This can cause an extreme slowdown of performance in the UI. Much of this data is immutable, as it's static page content. It would be great to be able to disable the two way bindings on these values if possible to help keep the page moving smooth as silk.

@caitp
Copy link
Contributor

caitp commented May 22, 2014

Hi @Siraris,

You're in luck, a solution to this is shipping soon #7486

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants