Hi. I am on the Netlify Free Plan and wanted to know a bit about how the bandwidth limits are applied. My Netlify App is a simple (pretty small) React App that generates Passwords. (PassGen.io) a project I made with my organization as we found out our previous tool (another website) was using Google Analytics which likely sees page contents. If you view it its extremely simple there’s a few flags for generator options and it’s a static site. I am concerned as to the what-ifs where the site suddenly became super popular. Would the app be suspended if there was too much traffic? Understandably Netlify has to make money and at some point it’ll make sense for me to get the $19/month plan I’m not sure when or what I should keep in mind concerning the bandwidth limit.
According to Firefox’s network tab with a shift refresh the network traffic is 434.42 KB / 105.16 KB transferred. 100000000kb (100gb limit) / 434.42kb = 230,191.980111 app loads. I don’t think a tiny password generator will ever have that many users let alone all pulling the entire app in a day but I did want some idea on what I should prepare for billing wise when the time comes.