Stop Bubble from doing searches on groups that are not visible

Hey all,

I’ve been noticing for the longest time that Bubble does searches on groups that are currently not visible. So my WU increases even for stuff the user isn’t viewing.

I have some features that my users can only access if they’re subscribed to certain plans. Usually these features are the ones that cost the most WU, such as detailed statistics in multiple graphs. It doesn’t make sense to disable the features even if the searches are still being done.

So how do I prevent this? Do I have to include in every single search a condition that checks if the user is subscribed?

Thanks

You may try to make those gropes not visible by default then it only visible if a condition is met, I don’t sure that this can reduce WU consuming but it may improve page load speed!

Make the data source blank by default and add a condition so ‘when current user’s subscribed to X data source = Y’

2 Likes

That is indeed how I have it set up already. Unfortunately, it doesn’t reduce WU. Thank you for your suggestion though! :slight_smile:

I’ll be damned. I don’t know why I didn’t think of that. I’ll give this a try, thanks :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.