cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer Flex Environment

Former Member
0 Kudos

Hi All,

I have created dashboards using Visual Composer FLEX Environment.I am facing certain performance issues. On clicking submit in the application, it executes all the queries and displays result only when all the quries are processed. that means, if one of the query is taking long time to process, no result will be shown. Is it because of the flash environment?

Is it possible to display result as soon as indiviual queries get processed?

Any helpful replies will be awarded

Thanks

Nidhi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nidhi,

There are two other ways besides using standard BI techniques as Prakash stated to handle the execution of queries.

1/ You can within the Visual Composer restrict the amount of records that are returned by each query.

2/ You can put different query objects within your model into layers at the point of context switch from layer to layer that is when the queries are then executed.

hope this helps.

Cheers,

Scott

Former Member
0 Kudos

This is the nature of VC. You will have to optimize the performance of the queries using BIA or Aggregates.