I’ve made a simple app with streamlit that runs acceptable locally. I deployed the app to the free version of render.com but the performance there is very bad. I did some python optimizations to compartmentalize the code, but it’s still very slow and unacceptable.
So, I want to know if some rendering can be done client side or rendering can be multithreaded so that the performance isn’t so bad.
Alternatively, what might be some alternatives to render.com with free tier that might have better performance? I am not monetizing the app, so I don’t want to pay for deployment.
The app: calcthing.onrender.com
Source code: GitHub - FrostedVolcano/CalcThing