Improve running time

Good afternoon, I have created an application in streamlit with the following url: https://analisisbalona-carloslozano95.streamlit.app/

I know it is a bit heavy application, despite not having a high volume of data, but I notice that the application is not going too smoothly and spends quite some time in “Running”.

I have used st.cache_data for most of the visualizations but I still don’t see it running fluently. Are there more things I can do? Can I load everything at the start of the application to make it run faster?

Hey @Carlos2,

Thanks for sharing your question! It looks like your code is private – if you can share a link to a public repo, we can take a look at the code and see if there are areas that can be optimized.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.