Hey there, thanks for your question and welcome to the community! Slow loading times with multiple users are a common challenge in Streamlit apps, especially when hosted on limited hardware or with resource-intensive queries. Streamlit runs a separate thread for each user session, so performance can degrade if your server doesn’t have enough CPU/memory or if your code isn’t optimized for concurrency.