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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ChaithraMahesh
Partner - Contributor II
Partner - Contributor II

App Performance Optimization - Best Practices

To keep dashboards fast:

  • Limit the number of visualizations per sheet
  • Avoid heavy calculations in UI - push logic to script
  • Use set analysis instead of complex IF conditions
  • Avoid high-cardinality fields (like timestamps) in charts
  • Use aggregation wisely (e.g., Aggr() only when needed)
Labels (3)
1 Solution

Accepted Solutions
priscilarubim
Partner - Creator II
Partner - Creator II

Great points. I think this article is also a good reference to complement the discussion:

https://community.qlik.com/t5/Member-Articles/App-Performance-Optimization-Best-Practices-for-Qlik-D...

In my experience, these points are very relevant, especially when working with large apps or dashboards used by many users.

View solution in original post

1 Reply
priscilarubim
Partner - Creator II
Partner - Creator II

Great points. I think this article is also a good reference to complement the discussion:

https://community.qlik.com/t5/Member-Articles/App-Performance-Optimization-Best-Practices-for-Qlik-D...

In my experience, these points are very relevant, especially when working with large apps or dashboards used by many users.