Our app is hitting a wall. It has only 2 users, very limited traffic as we prepare to go into live Beta.
Unfortunately, the rate limiting has been increasing to the point of being too frequent for viability. If we launch with this rate limit frequency, we will not be able to gain or retain users, our app will 100% fail.
I am reviewing WU usage, searches, etc… Any suggestions would be greatly welcomed.
The concern is that even if we incorporated more efficiency, the limiting is relatively tight that the app would not be viable for even 10 - 50 concurrent users.
@pxlhstlr you sent me a DM, keep posting in your topic, is better to the community so we can investigate what’s going on with your app. Give us more information.
QuIck actions you can do: go to Settings → My Plan → View metrics and post here what is consuming your app WU’s
There could be a lot of things that could be breaking your app. Even if you build it outside of Bubble, you still need to make sure it’s built properly. It sounds like your app might have some issues. Are you trying to bring in a lot of data at one time in your app? That is usually the culprit. Do you have an advanced filter? Or just a filter on a lot of data? Those are typically what I see users doing that breaks their apps. Hope that helps a bit.
So true. Bubble’s rate limits are strict but you only need to work around it. Managing your own rate limits for security and so you don’t send your bills to the moon is painful to do right.
Thank you everyone for jumping in and offering assistance. I am gathering more data to share. I noticed some things that can clearly be contributing. It seems there are some features that are just not practical for a single-page bubble app. Will update soon.
Rate limiting is a feature of cloudflare which bubble uses. It in essence prevents any actions from your app if it hits a certain number of actions within a certain amount of time, to prevent overload.
When you have the user upload their images, make sure to check the box on the image uploader to limit the size automatically. This will drastically reduce the size of the image and help with loading this images on the screen. If the images are full size, it will definitely slow things down as well. What if someone uploads a bunch of images that are raw and huge file size. This will make loading horrible.