<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Layout container: Can you make chart objects and KPIs load faster? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537382#M108807</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Is this normal behaviour of the layout container? Or can something be done to make it load faster?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;BR Kim&lt;/P&gt;</description>
    <pubDate>Thu, 27 Nov 2025 08:11:52 GMT</pubDate>
    <dc:creator>blipblopdk</dc:creator>
    <dc:date>2025-11-27T08:11:52Z</dc:date>
    <item>
      <title>Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537382#M108807</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Is this normal behaviour of the layout container? Or can something be done to make it load faster?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;BR Kim&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 08:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537382#M108807</guid>
      <dc:creator>blipblopdk</dc:creator>
      <dc:date>2025-11-27T08:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537452#M108821</link>
      <description>&lt;P&gt;Use default bookmarks instead of sheet-level actions.&lt;/P&gt;&lt;P&gt;Bookmarks are applied once, and cached results are reused.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 18:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537452#M108821</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-11-27T18:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537470#M108828</link>
      <description>&lt;P&gt;Hi Chanty4u,&lt;/P&gt;&lt;P&gt;So you think / mean that default bookmarks would actually make the layout container load faster?&lt;/P&gt;&lt;P&gt;The default bookmark in this case needs to be dynamically set, and I can not seem to make it work. I need to set the value of 6 fields where the values of 5 of these fields will be different for different sheets for the same user.&lt;/P&gt;&lt;P&gt;The first field (where the value will be the same across the different sheets) is the initials of the user, where the field "Initials" needs to be set to:&amp;nbsp;subfield(GetUserAttr('userEmail'),'@',1)&lt;/P&gt;&lt;P&gt;This expression gives me the right user.&lt;/P&gt;&lt;P&gt;I have made a variable: v_CurrentUser with the definition:&amp;nbsp;subfield(GetUserAttr('userEmail'),'@',1)&lt;/P&gt;&lt;P&gt;I then have made a filter with the field "Initials" and in the search field of the filter I write "=Initials=$(v_CurrentUser)" - but no result comes up.&lt;/P&gt;&lt;P&gt;This is just the first of my problems with creating dynamic bookmarks.&lt;/P&gt;&lt;P&gt;Perhaps some one can help me out? But help is only needed if default bookmarks actually will make layout container load faster than by using sheet actions (where the field values currently are set - and it works).&lt;/P&gt;&lt;P&gt;BR Kim&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 04:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537470#M108828</guid>
      <dc:creator>blipblopdk</dc:creator>
      <dc:date>2025-11-28T04:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537471#M108829</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21208"&gt;@blipblopdk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did it load faster without the container?&lt;/P&gt;&lt;P&gt;When the video was taken- what was the overall performance of you account?&lt;/P&gt;&lt;P&gt;How many users, any depended loads?&lt;/P&gt;&lt;P&gt;Are you using any extensions? What are the objects in your dashboards?&lt;/P&gt;&lt;P&gt;What are the expressions behind each of them&lt;/P&gt;&lt;P&gt;What is your data model etc.&lt;/P&gt;&lt;P&gt;There are 30? KPI opening at the same time - still(not sure how big is the data set) is pretty fast.&lt;/P&gt;&lt;P&gt;I believe once they are open they will be cashed and open faster next time&lt;/P&gt;&lt;P&gt;Maybe LC is not to blame?&lt;/P&gt;&lt;P&gt;I'm using container with 50-60 objects and performance are pretty fast&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 05:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537471#M108829</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-11-28T05:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537473#M108830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21208"&gt;@blipblopdk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is rather old subject I would say and I would not blame layout container for this behaviour.&lt;/P&gt;&lt;P&gt;What is causing this issue is number of individual objects you are loading on the page effectively creating web browser traffic. I suggest you open chrome developer tools and see load time of those objects. It is not based on calc time of actual KPIs and it is limited to your network speed + number of objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We used to have the same issue and solution was to smarter use other objects like tables instead of individual KPI or text objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 05:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537473#M108830</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-28T05:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537483#M108832</link>
      <description>&lt;P&gt;Hi robert_mika,&lt;/P&gt;&lt;P&gt;I have not tried it without the layout container as I need the exact placement of objects which is only avaliable in the layout container (AFAIK).&lt;/P&gt;&lt;P&gt;I can not answer all of your other questions, though of course they are very relevant for the performance.&lt;/P&gt;&lt;P&gt;I am looking for general input about whether there are issues with the performance of the layout container. This is also because we have general landing page for our BI solution made in a layout container where only button objects (70+) are used, so no KPI's and thus the load time does not depend on any data model. This landing page does not load super slow but you can still see and follow how each button (more or less) is generated. And this behaviour has led me to ask the original question, since I now have a more complex dashboard made with the layout container adn with a data model, KPI's and thus dynamic calculations which of course leads to more time for generating the dashboard.&lt;/P&gt;&lt;P&gt;I have attached a video that shows how the landing page loads. The layout container starts generating from around second 5 and is then finished around 3 seconds later.&lt;/P&gt;&lt;P&gt;BR Kim&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 06:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537483#M108832</guid>
      <dc:creator>blipblopdk</dc:creator>
      <dc:date>2025-11-28T06:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537504#M108833</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21208"&gt;@blipblopdk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The problem is usually not the layout container object. The container is just a shell. The slowdown you are seeing is because the Qlik engine recalculates the entire data model and each affected visualization multiple times for each click.&lt;/P&gt;&lt;P&gt;When you navigate to a sheet that runs several actions (which select specific values in five different fields)&lt;/P&gt;&lt;P&gt;Since your container's sheets likely many objects, five sequential recalculations are causing the noticeable lag.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If the case we used to apply bookmarks.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If each "sheet" (view) in your container is meant to represent a predefined set of selections (e.g., Year, Q$ Data, XYZ, etc.), the absolute fastest way to apply those filters is with a &lt;STRONG&gt;Bookmark&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The bookmark stores the state of all selections across all fields. Applying a bookmark is one single action that triggers only one engine calculation.&lt;/P&gt;&lt;P&gt;This is just an idea&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;, I hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 10:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537504#M108833</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-28T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537510#M108836</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28943"&gt;@Nagaraju_KCS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree with your comment about each click and recalculating by engine, but...&lt;/P&gt;&lt;P&gt;In this particular case there is no lag on object calculation - you can see this on the short clip recorded. It is time of objects being loaded to the browser. Funny enough load time will also depend highly on object type you are loading. In some instances we were using button object instead of KPI object as there was significant difference in loading time of for example 50 kpi objects vs 50 button objects, despite each of them showing just a kpi value. In KPI object value would be shown as a measure and we had to use button object and have measure loaded as actual label of the button as that was loaded much faster. Strange, ain't it?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21208"&gt;@blipblopdk&lt;/a&gt;&amp;nbsp;- you can test this by simply creating a ctrl +0+0 app with super small dummy data model and 1 measure which you can put into 50 kpi objects and the same measures put as label into 50 button objects on another sheet. You can then measure your time in browser dev tools on how long it takes to load them and you will see the results. Also in dev tools you can enable/disable caching of objects loaded to browser so that you can have repetitive and comparative analysis done.&amp;nbsp;&lt;/P&gt;&lt;P&gt;bottom line is - we have been there and have done this analysis already so we know that even with super simple data model the root cause of slow load is not in slow engine or calc time but actual web browser rendering time. I will be happy to be proved wrong &lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 11:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537510#M108836</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-28T11:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537514#M108838</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp; - Yes, May be you're right that the lag isn't always in the computation (on the Qlik engine side), but in browser rendering and object initialization.&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;The button is a simple object, when you place a measure in its label, Qlik can quickly display the result as basic text in the browser. This is much faster than loading a KPI object.&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 11:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537514#M108838</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-28T11:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537515#M108839</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28943"&gt;@Nagaraju_KCS&lt;/a&gt;&amp;nbsp;Interesting! I will try and replace the KPI objects that I am currently using with button objects to see how much faster the page loads.&lt;/P&gt;&lt;P&gt;Br Kim&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 11:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537515#M108839</guid>
      <dc:creator>blipblopdk</dc:creator>
      <dc:date>2025-11-28T11:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537518#M108841</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28943"&gt;@Nagaraju_KCS&lt;/a&gt;&lt;/P&gt;&lt;P&gt;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 &lt;U&gt;little&lt;/U&gt; 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).&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;BR Kim&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 12:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537518#M108841</guid>
      <dc:creator>blipblopdk</dc:creator>
      <dc:date>2025-11-28T12:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537520#M108842</link>
      <description>&lt;P&gt;I think it's better now.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 12:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537520#M108842</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-28T12:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537526#M108844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21208"&gt;@blipblopdk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so my next question is whether you could use less objects, for instance:&lt;/P&gt;&lt;P&gt;* 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&lt;/P&gt;&lt;P&gt;* or maybe new text object which has table functionality in it?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 13:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537526#M108844</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-28T13:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537597#M108847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;, maybe this sounds interesting for your team&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 20:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537597#M108847</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2025-11-29T20:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Layout container: Can you make chart objects and KPIs load faster?</title>
      <link>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537600#M108848</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for the suggestions.&lt;/P&gt;&lt;P&gt;Using a Qlik pivot table unfortunately does not meet our requirements. One particular issue with the pivot table (and many other objects in Qlik) is that it responds very badly to changes in browser zoom and screen resolution as the layout gets completely ruined. With the KPI object and Button object we can control it much better and actually control what the user sees regardless of browser zoom and screen resolution (unlike with the pivot table as an example).&lt;/P&gt;&lt;P&gt;I am going to go with the current solution where I use the Button object instead of the KPI object for the KPI's.&lt;/P&gt;&lt;P&gt;BR Kim&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 04:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Layout-container-Can-you-make-chart-objects-and-KPIs-load-faster/m-p/2537600#M108848</guid>
      <dc:creator>blipblopdk</dc:creator>
      <dc:date>2025-11-30T04:32:29Z</dc:date>
    </item>
  </channel>
</rss>

