Application performance

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

Try to profile your app. Identify the part where it performs poorly.

1 Like

The data is streamlined directly from tweepy api I just need to be fast in this aspect