Вы находитесь на странице: 1из 1

1.

Minimize the Number of Data Sources Loaded at Application Startup (not more than four
data sources) for Design Studio applications with few data sources the application starts
in sufficiently short time in the browser

To disable the loading of a data source at application startup, set the data source
property “Load in Script” to “true”.

2. Load Data Sources Only When Components Get Visible

3. The most important data sources are loaded first, while the less important data sources
are loaded with Background processing

Trigger the background processing in the “On Startup” event handler with
APPLICATION.doBackgroundProcessing().

4. Use a Single Data Source for Multiple Charts

5. Use “On Variable Initialization” to set variable values at application startup

6. Selecting Data of Data Sources using the following methods is affects performance

a. setVariableValue (Low performance)


b. setFilter (Medium performance)
c. setDataSelection (High performance)

Вам также может понравиться