Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to reduce the time when app open on server

we have increased the ram from  127 GB to 256 GB, but still it takes time to open,when user want to open an application on production

Do we have to increase the paged memory also or something elsa

5 Replies
Not applicable
Author

If you have big documents that needs to be accesses by several people on a regular basis would I recommend that you look into pre-loading the document in QV server alt looking into split the app into smaller docs, dived by task/focused area. 

ashfaq_haseeb
Champion III
Champion III

Yes

Try be checking preload.

go to QEMC--> Documents --> user Documents --> Select your document --> Select your Application --> go to server tab on righ pane --> Performance tab --> Select preload.

Let me know if that helped.

consider optimizing application if you can, to improve your application performance.

Regards

ASHFAQ

Not applicable
Author

spliting is already implement ,even i have taken the binary in its GUI application

ashfaq_haseeb
Champion III
Champion III

If you have heavier calculation in front end try to move that to back-end.

Regards

ASHFAQ

Not applicable
Author

suppose I have use this exp in a chart

= num((SUM({<FiscalYearName={'$(vFCY)'},FisQuarter=,FiscalMonth=>} IF(Date<= vMaxDate,DailyAOPSales))

/

SUM( {<FiscalYearName={'$(vFCY)'},FisQuarter=,FiscalMonth=>} If(Date < vMaxDate,DailyAOPTransaction_2)))

,'###0')

how we can move it to back end