Using url parameters for multiple "heavy" groups

Hey, im creating a page which includes multiple tools that all uses api, a bunch of workflows etc, will it make the page very slow if i use url parameters to fetch the correct tool the user has requested, or does it not matter?

Using URL parameters doesn’t make the app slow

1 Like

If groups are hidden by default & conditionally visible, Bubble generally recognises that there is no need to fetch the hidden assets or make the API calls. Just be careful not to reference these hidden groups or their children on a visible group.

Using URL parameters is generally a good way of going about things. Its not slow.

1 Like

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