How to optimize report rendering performance in Angular using Stimulsoft
Posted: Tue Oct 22, 2024 1:11 pm
I'm developing an Angular application that generates reports using Stimulsoft. The report rendering is causing significant UI performance issues, like UI freezing and lag, especially when dealing with large datasets.
I tried using Angular's NgZone to run the report generation process outside of Angular's zone to prevent unnecessary change detection and improve performance. However, even with this approach, the UI still lags and the loading spinner becomes unresponsive during the report generation.
I tried using Angular's NgZone to run the report generation process outside of Angular's zone to prevent unnecessary change detection and improve performance. However, even with this approach, the UI still lags and the loading spinner becomes unresponsive during the report generation.