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?
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!