timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
52 stars 6 forks source link

Lagging and crashing of browser #223

Open ryanhamilton opened 3 months ago

ryanhamilton commented 3 months ago

user-di - When querying large data sets with timestamps sometimes the browser lags and even crashes.

Steps to recreate:

  1. Add Dashboard
  2. Add 3D chart
  3. Send query with 411K rows of x/y/z.
  4. Chart will freeze.

Alt Steps:

  1. Create barchart with datetime column and 1000s of points
  2. Render
  3. Try recreating same chart but string the column. It will now work.
  4. The JS is creating many date times at cost I think.