Skip to main content
Announcements
Join us on Sept. 17 to hear how our new GenAI Assistant empowers data professionals: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
HI6
Contributor III
Contributor III

Delay in opening 11GB application by remote user

Hi 

We have multinode Qlik Sense Enterprise in Windows platform.

We have few larger than 5GB applications.

Well 1 particular is almost 11GB and getting complains about Delay in opening the application by remote user (https over internet).

Now we know clients are dictated by their browser (Edge, Firefox).

What happens behind the scene when such large applications are opened in browser? Do the client have to wait until the entire 11GB application loads on their browser or it loads gradually(HTML, application frameworks, js,css all these)?

Is there any way we can boast the loading time by some sort of caching, reusable objects, using cdn, cache server, load skeleton, then filters, then whole data ? 

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

It's mainly that the server get the data and does the work and the user get just the html which the browser renders. This means by the usual views won't be much data transferred. But if big tables with hundred thousands of rows with many columns are provided they will of course contain some amount of data and rendering and/or exporting them is also a consuming job.

View solution in original post

1 Reply
marcus_sommer

It's mainly that the server get the data and does the work and the user get just the html which the browser renders. This means by the usual views won't be much data transferred. But if big tables with hundred thousands of rows with many columns are provided they will of course contain some amount of data and rendering and/or exporting them is also a consuming job.