Misc.Jul 17, 2019
NewJejD05

Ran into a technical challenge dealing with time-series systems and frontend performance

Does anyone who have experience with working with time-series systems, or any other calendar/time-based interfaces (i.e., Gantt charts, Calendars, Scheduling systems, etc.) - Experience with React DOM virtualization and frontend performance optimizations - Experience with lazy-loading and performantly rendering thousands of draggable DOM elements on the browser at the same time -Experience working with SVGs and generating SVGs in React I'm lost on optimizing frontend performance issues and working with a time-series system - I'm creating my own gantt chart where things move and adjust on its own - the problem is the performance and working with SVGs.

Add a comment
OpenText RIP TheonπŸ˜₯ Jul 17, 2019

I have. The charts start getting really slow once there are 10,000 DOM elements.

Target tmDe33 Jul 17, 2019

Google react.lazy, react.memo, memoize-one to start

Accenture gfjsk Jul 18, 2019

are there video courses or youtube video tutorials you guys recommend on real time visualization on time series data?

Indeed *NDEED Jul 19, 2019

Can you use Canvas instead of SVGs?