I have been wondering what are the actual differences between Plotly and Plotly Dash in terms of performance. For an example, there is a functionality called "webgl" which allows GPU to render the data points on the graph in stead of a traditional SVG ("webgl" can be used both on Plotly & Plotly Dash). The problem with the "webgl", it can only be used on scatter points (bars, candlesticks, etc).
If I were to pull candlestick data (100,000 candles or more) on either Plotly or Plotly Dash, I see some performance issues such as significantly reduced interactivity and lag.
Is there any difference between Plotly and Plotly Dash? If there is, then what are the ways to increase the performance issue?