Hi!
Using more and more streamlit, I start to get larger apps.
I tend to use plotly for my charts, and plotly can be a bit slow to display large dataframe.
I tried to cache part of it, without success.
Did anyone successfully cached something in the plotly fig to plotly_chart ?
Another way would be to disconnect the heavy chart from some widgets event, if they have no logical link, but I guess this is not possible yet (did not see it in the documentation).
Excellent, thanks Vincent!
Saved 5s of loading for the user
I plot line charts with 4 or 5 curves of 20k rows. Not that large, but plotly is not that fast (but bring good interaction).