cancel
Showing results for 
Search instead for 
Did you mean: 

Optimizing Analytics Application

0 Kudos

I am finding difficult to enable optimized mode for my analytics application. Please provide more suggestions for optimizing the analytics application

Accepted Solutions (0)

Answers (2)

Answers (2)

meganhoy
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi vaishanavibashyam ,

If you are looking to enable the Optimized Story Experience, steps are listed in this blog post: https://blogs.sap.com/2023/02/15/unifying-story-and-analytic-application-with-the-new-optimized-stor...

Additionally, you can refer to the help guide for best tips to optimize performance in analytic applications: https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/badcf51fe9c047e3a18b4...

Hope this helps!

sourabhpaul
Participant
0 Kudos

Hi,

You can do these things in your analytic app, which will help improve your analytic application's performance.

1. Try to reduce the codes. (If the same codes are repeated many times then try to put the codes in a function. It will help to improve the performance.

2. Try to reduce the number of charts and tables. if multiple charts uses the same measures then try to use one chart instead of multiple, because we can easily change the dimension members which are applied to the chart.

3. Try to use loops and conditional statements as low as possible.

4. Try to use only one popup, because these is a glitch in SAC. Try to do all the operations in one popup by custom JavaScript codes.