<?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: Preloading+Load Balancing (Qlik May 2025) in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546643#M32723</link>
    <description>&lt;P&gt;Nice, I'm glad to help!&lt;/P&gt;&lt;P&gt;Could you please select my answer as a solution so others could benefit from this topic as well?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2026 16:57:15 GMT</pubDate>
    <dc:creator>Eduardo_Monteiro</dc:creator>
    <dc:date>2026-04-10T16:57:15Z</dc:date>
    <item>
      <title>Preloading+Load Balancing (Qlik May 2025)</title>
      <link>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546282#M32711</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;I have an app called SomeApp that I am preloading on &lt;EM&gt;Server01&lt;/EM&gt;.&amp;nbsp; When I go to the virtual proxies listed for &lt;EM&gt;Server01&lt;/EM&gt;, I see {&lt;EM&gt;Server01, Server02&lt;/EM&gt;} listed.&amp;nbsp; The load balancing algorithm is set to Round-Robin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: "If SomeApp is preloaded on Server01, will the Round-Robin algorithm STILL send users to &lt;EM&gt;Server02&lt;/EM&gt; where it is NOT pre-loaded"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 14:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546282#M32711</guid>
      <dc:creator>justindallasverizon</dc:creator>
      <dc:date>2026-04-07T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading+Load Balancing (Qlik May 2025)</title>
      <link>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546287#M32712</link>
      <description>&lt;P&gt;Yes, the Round-Robin algorithm will still send users to Server02, even though SomeApp is not preloaded there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Round-Robin load balancing is "session-unaware" — it simply rotates requests across all servers listed in the virtual proxy (in your case, Server01 and Server02) in order, without any knowledge of which apps are preloaded on which engine. Here's what that means practically:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;First user → Server01 — SomeApp is preloaded, so it loads instantly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Second user → Server02 — SomeApp is NOT preloaded. Qlik Sense will still open the app, but it will need to load it into memory on-demand, so that user will experience a longer load time.&lt;/P&gt;&lt;P&gt;Third user → Server01 — back to Server01, fast again.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And so on...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So to directly answer your question: Yes, Round-Robin will still route users to Server02, and those users will not get the benefit of the preload. The preload only helps users who happen to land on Server01.&lt;/P&gt;&lt;P&gt;What you can do about it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Preload SomeApp on Server02 as well — this is the most straightforward fix if you want all users to benefit from preloading.&lt;/LI&gt;&lt;LI&gt;Remove Server02 from the virtual proxy for this app — if SomeApp should only be served from Server01, only list Server01 in that virtual proxy's load balancing nodes&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Apr 2026 14:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546287#M32712</guid>
      <dc:creator>Eduardo_Monteiro</dc:creator>
      <dc:date>2026-04-07T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading+Load Balancing (Qlik May 2025)</title>
      <link>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546288#M32713</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10418"&gt;@Eduardo_Monteiro&lt;/a&gt;&amp;nbsp;, this answers the questions I had to a tee.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 14:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546288#M32713</guid>
      <dc:creator>justindallasverizon</dc:creator>
      <dc:date>2026-04-07T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading+Load Balancing (Qlik May 2025)</title>
      <link>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546643#M32723</link>
      <description>&lt;P&gt;Nice, I'm glad to help!&lt;/P&gt;&lt;P&gt;Could you please select my answer as a solution so others could benefit from this topic as well?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 16:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Preloading-Load-Balancing-Qlik-May-2025/m-p/2546643#M32723</guid>
      <dc:creator>Eduardo_Monteiro</dc:creator>
      <dc:date>2026-04-10T16:57:15Z</dc:date>
    </item>
  </channel>
</rss>

