<?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 Re: What happens when a user opens and app ? How to improve performance in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839703#M69499</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44793"&gt;@alexish&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please go through with below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Apps/app-performance.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Apps/app-performance.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 11:54:47 GMT</pubDate>
    <dc:creator>abhijitnalekar</dc:creator>
    <dc:date>2021-09-28T11:54:47Z</dc:date>
    <item>
      <title>What happens when a user opens and app ? How to improve performance</title>
      <link>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839689#M69497</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm not sure it's the proper board for such question, feel free to redirect me where appropriate.&lt;/P&gt;&lt;P&gt;We are having an application that is pretty slow to open for users.&lt;BR /&gt;I order to tackle this issue, i'm trying to understand first what happens exactly when a user opens an app from the hub (or a mashup).&lt;/P&gt;&lt;P&gt;I've not found anything else while looking through google, but maybe there are existing ressources ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my understanding :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When reloading the application, Qlik runs through the script and make all calculations &amp;amp; prepare the full tables.&lt;UL&gt;&lt;LI&gt;In this step, simplifying the datamodel and precalculating could make quicker loading times.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Whe a user opens the app, Qlik runs through the Section Access, and loads the part the user can see. I assume no other calculations are performed.&lt;UL&gt;&lt;LI&gt;How to improve here ?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;When the user is on the app, the charts are loaded, and in app calculations are performed.&lt;UL&gt;&lt;LI&gt;Here, we can improve performance by reducing/simplifying calculations, or having less data.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know what happens, and how to improve ?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 11:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839689#M69497</guid>
      <dc:creator>alexish</dc:creator>
      <dc:date>2021-09-28T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: What happens when a user opens and app ? How to improve performance</title>
      <link>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839703#M69499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44793"&gt;@alexish&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please go through with below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Apps/app-performance.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Apps/app-performance.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 11:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839703#M69499</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-09-28T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: What happens when a user opens and app ? How to improve performance</title>
      <link>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839709#M69500</link>
      <description>&lt;P&gt;check below articles on optimization.&lt;/P&gt;&lt;P&gt;&lt;A href="https://predoole.com/2020/09/08/9-ways-to-optimize-qlik-performance-part-1-backend-layer/" target="_blank"&gt;1: https://predoole.com/2020/09/08/9-ways-to-optimize-qlik-performance-part-1-backend-layer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2:&amp;nbsp;&lt;A href="https://predoole.com/2020/09/16/ways-to-optimize-qlik-performance-part-2-front-end-layer/" target="_blank"&gt;https://predoole.com/2020/09/16/ways-to-optimize-qlik-performance-part-2-front-end-layer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839709#M69500</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2021-09-28T12:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: What happens when a user opens and app ? How to improve performance</title>
      <link>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839710#M69501</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;BR /&gt;&lt;BR /&gt;I will look into some of those suggestions.&lt;BR /&gt;However, this does not answer my 1st question : do you know exactly what happens when a user opens the app ? What is taking time ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-happens-when-a-user-opens-and-app-How-to-improve/m-p/1839710#M69501</guid>
      <dc:creator>alexish</dc:creator>
      <dc:date>2021-09-28T12:02:13Z</dc:date>
    </item>
  </channel>
</rss>

