Trouble Rendering Large Data Sets in Plotly.js - Graph Freezes and Lagging with mutliple trace

Hello Everyone,

I’m currently working with large datasets and facing performance challenges when using Plotly for visualization(with multiplot trace). The UI becomes noticeably laggy, and even after applying various optimization techniques, the results haven’t improved significantly.

I’ve tried using ScatterGL, but its performance seems worse compared to the standard Scatter trace. Despite exploring all possible optimizations I could find, the issue persists.

If anyone has experience handling large-scale data efficiently in Plotly or can suggest alternative approaches or best practices, I would greatly appreciate your insights.

Thank you in advance for your help!