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

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

Document performance

Hello community,

This week I created a document for my company. The idea was to put all reports in one document, with a self-created navigation menu instead of using the standard tabs.

Everything is working now and we are now in our beta fase. Sadly, when browsing this document in a webbrowser everything becomes very slow. It works fine in QV Personal Edition.

The .qvw file is now sized 630MB in size.

Im pretty sure our data model is not the problem, see below:

2015-06-18 09_56_37-__qlikview1_c$_report_share_AccessPoint_QETL_bi_analysis_new.qvw.jpg

Now, we still have to upgrade our server to 16GB RAM instead of 8, but will this have any influence on the webclient usage?

Are there any other things I can look into?

Any help would be greatly appreciated, and im sorry if my thread is lacking information, ill add whatever is missing!

Regards,

Jeroen.

7 Replies
datanibbler
Champion
Champion

Hi jeroen,

your data_model looks fine. That is most probably not the issue. And 630MB is not much for QlikView (still, it might be too much for the Browser, I don't know for sure)

When you watch the execution_window, it that slow or does it finish and then the GUI takes time to load?

Have a look into the log, that will tell you the exact times of every line of code - you will spot if anything in there takes time.

But you say it's fine in the Client - so I guess the problem is in the Browsers or in your Wifi - data has to be transferred back and fro.

Maybe someone else has more experience than myself in the use of the AJAX client via AccessPoint.

Best regards,

DataNibbler

sujeetsingh
Master III
Master III

Cross Check few things in your application:

- are you using much nested if expressions or complex calculations in your application

- repetition of rows which are not needed

- hardware the most important thing

For more things follow this doc .

Best Practices for Data Modelling

Not applicable
Author

Hi DataNibbler,

thanks for your reply!

I'm not working on wifi and my network speed is fine, so that can't be it.

Btw I tested several browsers and computers.

Ill go look into the logs like u suggested!

Thanks!

Jeroen.

Digvijay_Singh

Are you loading through QVD or directly through ODBC from source?

Not applicable
Author

QVD

Not applicable
Author

Hey,

Use Document analyzer and remove unnecessary fields, minimize charts which are not required in first view, try to replace ifs with set expressions, compare integer values.

Not applicable
Author

Thank you all for your suggestions, im gonna look at them all one by one, im sure one or several suggestions will improve my performance!