<?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: Qliksense taking too much time after section access implementation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124169#M8631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for your responses!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 15:49:24 GMT</pubDate>
    <dc:creator>Adil-Haider</dc:creator>
    <dc:date>2018-09-13T15:49:24Z</dc:date>
    <item>
      <title>Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124163#M8625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue where it is taking too much time for loading after section access is implemented in qliksense qvf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally it takes 30 mins after implementation of section access it is taking 2 hours for load. Can anyone please suggest the reason for this and possible work around. Thanks in advance for the future responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 09:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124163#M8625</guid>
      <dc:creator>Adil-Haider</dc:creator>
      <dc:date>2018-09-13T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124164#M8626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the reload of the application or the opening? What happens within the section access - just loading simple tables or querying any directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 10:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124164#M8626</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-13T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124165#M8627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response!!&lt;/P&gt;&lt;P&gt;I meant reload of application. It just load simple tables and it does query ant directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124165#M8627</guid>
      <dc:creator>Adil-Haider</dc:creator>
      <dc:date>2018-09-13T13:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124166#M8628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Querying a directory could take a long time. I suggest that you this part outsourced within another application in beforehand and then you could just load the results from there in your origin application and maybe various other ones, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124166#M8628</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-13T13:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124167#M8629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the previous reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually it does not query any directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 14:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124167#M8629</guid>
      <dc:creator>Adil-Haider</dc:creator>
      <dc:date>2018-09-13T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124168#M8630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then take a look within the script-log to see which part is causing this delay. If your section access is loading rather small amounts of data it hints that there is something wrong with your datamodel and the application is creating large synthetic keys or something similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 14:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124168#M8630</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-13T14:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense taking too much time after section access implementation</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124169#M8631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for your responses!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-taking-too-much-time-after-section-access/m-p/124169#M8631</guid>
      <dc:creator>Adil-Haider</dc:creator>
      <dc:date>2018-09-13T15:49:24Z</dc:date>
    </item>
  </channel>
</rss>

