cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Lumira Designer 2.x Bookmark Performance Issue

Pierre
Explorer
0 Kudos
1,894

Hi,

we are currently facing a big performance issue with SAP Lumira Designer bookmarks.
We do have a more complex dashboard containing multiple Charts and Composites. It also supports "Settings", which save the state of one global variable and load it "onStartup".

When we execute the dashboard on the BI Platform, the startup time is more than 15 seconds, because we load the "Setting" vial Bookmark.load(bookmarkId). If we don't load the single bookmark, the dashboard is available after 1,5 seconds.

Via Profiling we can identify, that if we load the bookmark, Lumira tries to call the Bookmark Service of the BI Platform multiple times during the rendering process. It seems, that it does so after every function or event call in the dashboard:

24 ms: BoeDataService: Retrieving bookmark data from CMS
54 ms: BoeDataService: Retrieving bookmark data from CMS
67 ms: BoeDataService: Retrieving bookmark data from CMS

The sheer amount of calls (over 100 times) stacks up to the long loading time. Since the bookmark only contains one global variable, calling the service that often doesn't make any sense.

This problem occurs in all currently released Lumira 2.x versions and we haven't found a way to reduce the loading time other than to disable the bookmarks. I haven't seen anything concerning this issue neither in the SAP Community nor in the SAP Notes.

Does anyone else faced this issue or has a hint, how to avoid calling the service?

View Entire Topic
mhf
Active Participant
0 Kudos

Hi Mike,

Bookmarks can have a big impact on the performance of Lumira applications, especially when they are saved to the root folder (standard procedure, if not changed). Have a look at the link below which describes the cause and provides tipps/solutions on how to solve it:

https://wiki.scn.sap.com/wiki/display/BOBJ/Performance+Infos#PerformanceInfos-CheckingPerformanceImp...

Regards,

Michael

Pierre
Explorer
0 Kudos

Hi Michael,

thanks for your feedback.
I am already aware of this wiki page and we tried all kinds of things (Folders, Access Types, Groups) to get rid of this behavior. But it seems, there are more performance issues than already documented. Hopefully this will get fixed soon, because the Bookmarks are a very powerful feature.

Kind Regards,

Mike