Improving Performance with On-Demand Dashboards

On-demand dashboards are a way to improve the performance of complex logic in CLIC modules. Unlike traditional approach where dashboards are calculated during the main logic execution, on-demand dashboards are executed only when the user opens them (like “lazy loading”), reducing unnecessary processing.

Use this feature when:

  • The dashboard is not needed for the main logic result.

  • The logic takes too long to calculate with all dashboards included.

Benefits:

  • Faster logic recalculation.

  • Less data processing during each main logic calculation.

  • Better user experience.

To learn how to set it up, see Getting Started with On-Demand Dashboards.