Hello! I’ve really enjoyed using Dash, and have deployed an app to heroku.
https://ftacv-simulation.herokuapp.com/
It’s much slower than on my localhost, and I’m trying to find reasons why. I’ve switched to the webgl renderer, and have reduced the amount of data being plotted in some instances. My issue is now that switching between different graphs using dcc.Tabs is very slow relative to the app in my local host. I’m storing the output of various simulations in a dcc.Store element, but accessing them is still slow. Is there a way to speed this up, potentially by caching the data in the users browser?
2 posts - 2 participants