Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
blipblopdk
Creator
Creator

Layout container: Can you make chart objects and KPIs load faster?

Hello,

In general, I find that the layout container generates its content quite slowly. Can something be done about it - or is it just the way it is?

I have attached a video that shows how slowly a dashboard made with a layout container is generated. As you may notice in the video each sheet has several actions that selects specific values in five different fields that then has an effect on the values generated.

Is this normal behaviour of the layout container? Or can something be done to make it load faster?

I would like it to load a lot faster since many of our users need to see 3-5 versions of this dashboard with different values of the fields whose values are set by actions in each sheet.

BR Kim

Labels (1)
12 Replies
blipblopdk
Creator
Creator
Author

@Nagaraju_KCS

Now I have replaced all KPI objects with button objects that as the label makes the calculations that previous was in the KPI objects, and the page actually loads a little faster. The values in the button objects comes up a little faster, but overall it is seems like it is the rendering of the many objects that takes the most time, although many of the button objects only have simple text content (a fee of them must evaluate variables).

I have attached a video that shows the new behaviour. The version of the dashboard with white text in the objects is the one with button objects instead of KPI objects.

BR Kim

Nagaraju_KCS
Specialist III
Specialist III

I think it's better now.

the problem is entirely client-side rendering overhead. While button objects are lighter than KPI objects, loading 50+ individual objects - each requiring its own HTML/CSS and it takes time.

 

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @blipblopdk 

so my next question is whether you could use less objects, for instance:

* new table object for each row with hidden headers. You could use background colour of cells with kpis and possibly other cells with transparent background to mimick similar layout while maintaining a lot less objects

* or maybe new text object which has table functionality in it?

cheers

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.