Forums

Some help With Selecting Upgrade Plan

Hello there! Im sure this is a bad question but here it comes... Im building a MVP SaaS in Django and Myslq, and im wondering what plan could be the best fit for a short to mid-term investment. The basic process is that users create records 6 times per week on average and view a portion of their records history. Also there is no uploading of files and folders. I have calculated that it is possible for users to add records within the same hour, which corresponds maximum on 1200 records (given a specific amount of users). Is there a way to identify which plan could cover this requirement and how should i go about finding the metrics to be able to compare the needs vs the provided plans? Thanks In advance.

How much traffic your site can handle is mostly determined by how long your code takes to run. See https://help.pythonanywhere.com/pages/HowManyHitsCanMySiteHandle/

Cheers! thanks a lot!