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
Description
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.