cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Analytics Designer - Late execution of OnInitialization script/code

Alex_B
Participant
0 Likes
1,333

Hi,

I am trying to reduce the loading time on my Analytics Application all the time. I know that there is a lot in the Backend to do but there are some things also in the frontend what I don't really understand.

I already did everything possible what saurabh.sonawane gave me through this:

https://on24static.akamaized.net/event/33/44/62/4/rt/1/documents/resourceList1554139728268/bestpract...

My question now is how can it be that the OnInitialization script is starting so late? Here you can see the comparison with and without code in OnInitialization():

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

saurabh_sonawane
Active Contributor

Hi

Please check slide no 66

The on-initialization starts late because already 2 steps are running the load application and initialize the visible widgets

If you find the above info helpful, feel free to up-vote (arrows on the left) and accept (accept button at the bottom). This will help grow knowledge-based.

Thanks,

Saurabh S.

saurabh_sonawane
Active Contributor
0 Likes

You can also check slide 41, we have a standalone application that helps us to identify which widgets are taking more time to load.

If you find the above info helpful, feel free to up-vote (arrows on the left) and accept (accept button at the bottom). This will help grow knowledge-based.

Thanks,

Saurabh S.

Alex_B
Participant
0 Likes

Thanks a lot. I put all charts that I have to access for getResultset rawValue in OnInitialization now visible with white font color. There is no gap now and the Loading time is about 44sec.

Answers (0)