Application performance enhancement

Hi guys I have recently been developing an application which analyzes the sentiment of twitter users and this application streamlines tweets directly from twitter through an API however I have serious issues concerning the speed of the app how can I make the application works faster at a high speed as users interact with widgets and inputs text : are there libraries that I can use to accelerate the performance of the application? what are your suggestions and ideas ?
Thanks in advance my beloved streamlit community

1 Like

Hey, @Mohammed_Bahageel :wave:
Hope to see your app come out soon :slightly_smiling_face:
For enhancing the app’s performance, Streamlit, already has an amazing tool that hopefully helps you out :point_down::crossed_fingers:

  1. Optimize performance with st.cache - Streamlit Docs
  2. 6 Tips for Improving Your App Performance | Streamlit

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