You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious if caching has been implemented in the Python API yet? I'm trying to cut down on the time my shiny app takes to start when people visit the webpage. I have some figures that render each time the app starts but they take about 5 seconds to show up when someone navigates to my site. Can I cache these somehow? They are programmatically generated based on the dataset which mostly doesn't change but will change slightly from time to time.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Curious if caching has been implemented in the Python API yet? I'm trying to cut down on the time my shiny app takes to start when people visit the webpage. I have some figures that render each time the app starts but they take about 5 seconds to show up when someone navigates to my site. Can I cache these somehow? They are programmatically generated based on the dataset which mostly doesn't change but will change slightly from time to time.
Thanks!
The text was updated successfully, but these errors were encountered: