You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: