on ‎2015 Aug 27 2:15 PM
Hi,
I am trying to improve performance in our current dashboard.
The option PROFILING=X is really helpful.
Now I find very often the step ScriptInterpreter: Validate Script.
The script TX_PROD.OnClick() only contains some lines, but is calling other scripts.
In each navigation step (in the dashboard) this script validation takes between 500ms and 2000ms.
What is this step exactly doing?
How can the time for this step be reduced?
Are there some specific settings in the dashboard, that I miss?
Some specs:
Design Studio 1.5 (SP0)
Dashboard is running on BO Platform
Connection to SAP BW 7.3
Some explanations and tips/tricks are very welcome.
Regards
Steve
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I read and applied (if possible) the first blog.
The second link I will study now.
The .onClick script is pretty simple:
navDetailType = "time"; //indicates the selected navigation Time --> display charts
navTimeType = "mnt"; // --> display periodic values
SCRIPT_MENU.onDetailTypeSelect(navDetailType);
The script SCRIPT_MENU.onDetailTypeSelect sets visibility and CSS classes of different items depending on the navDetailType. (some if/elseif)
TXTxxx.setVisible(xxx) //some text elements
PANELxxx.setVisible(xxx) //some panels to show or hide crosstab or charts
TXTxxx.setCSSClass(xxx) //indicates 'buttons' as (not) selected
For my understanding it is not too complex.
Regards
Steve
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.