CARTAvis / carta-frontend

Source code repository for the frontend component of CARTA, a new visualization tool designed for the ALMA, the VLA and the SKA pathfinders.
https://cartavis.github.io/
GNU General Public License v3.0
20 stars 10 forks source link

performance bottleneck: profile plotting of 1M+ points #1787

Open kswang1029 opened 2 years ago

kswang1029 commented 2 years ago

this is a placeholder for the future to address this performance issue when for example a cube with 1M channels is loaded in CARTA and user requests a region spectral profile. With v3b2, the GUI becomes basically frozen. The performance bottleneck needs to be studied.

The bottleneck when loading such a cube is addressed by https://github.com/CARTAvis/carta-frontend/pull/1775

veggiesaurus commented 2 years ago

@kswang1029 just for the record, does this issue occur in older versions of CARTA?

kswang1029 commented 2 years ago

@kswang1029 just for the record, does this issue occur in older versions of CARTA?

with macOS electron app v2.0, similar UX it is.

kswang1029 commented 11 months ago

Some useful tips from chartjs https://www.chartjs.org/docs/latest/general/performance.html