Forums

Roughly how many users can one app support for a basic account?

I have a basic account and run two apps. The first app does not rely on a database whereas the second one interacts with a light database, so, none of them is transaction heavy. Or we can say both apps are light web apps.

Giving such stats, roughly how many users can each app or both of them comfortably support in a given day? Again, horse-back estimate, so, I have some idea...

Thanks in advance.

It depends how many workers you have. If you have two workers per web app, your app can handle two requests at the same time. Then it depends on how fast your app handles each request.

We have a help page on that here: https://help.pythonanywhere.com/pages/HowManyHitsCanMySiteHandle/

Informative, appreciated, will dig the help page over the weekend.