You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
We need to enhance the performance of the summary visualization that has each dashboard. The visualization is not visible in the UI but is useful when generating the report on PDF. The objective is to improve the performance.
note: outdated Tasks
Reduce the size property for the larger buckets of the aggregations.
Strategy
We decided to make the request and render this table in the backend of the app because of the following reasons:
The size bucket was increased in this PR to avoid truncating results, so reducing its size would bring back the truncated information problem.
Also evaluated that this table is only used when generating PDF reports, thus no dashboard needs to render it unless the user clicks "Generate Report".
Avoiding to load this table will improve the performance in most of the app dashboards.
The text was updated successfully, but these errors were encountered:
Strategy
We decided to make the request and render this table in the backend of the app because of the following reasons:
Avoiding to load this table will improve the performance in most of the app dashboards.
The text was updated successfully, but these errors were encountered: