Plotly.js extremely slow when using rangebreaks

Hi! I am using plotly.js to great success and everything works fine. This question has been up before but i dont seem to find a solution or a fix, and before i hack into the plotly code myself you guys mabey have a solution already.

Its the rangebreak problem and the fact that using rangebreaks slows down everything to a situation that it no longer is any point in using the chart. I am plotting candlesticks on live stock data and can only plot two days using rangebreaks before it is too slow. The rangebreaks works though except for the slow part.

Does anyone have a really great answer, ideas or even a fix?

Regards.

For the rangebreaks performance issue in ploty.js, consider caching values and patterns in set_convert for the axis with renagebreaks, as suggested in a GitHub issue. This could potentially improve the performance without altering the plotly.js codebase significantly.