Currently looking to optimize my app and realize I’ve somehow ended up with multiple Stripe plugins, as depicted here - if I understand correctly, each plugin adds its own header, which adds to the load time of the page, and we should only be using one (for Stripe)?
Each plugins are differents and not all plugins add header to a page (and not all plugins add header to all pages).
But yes you should clean up this.
I don’t use any of them and prefer to use API connector. So I will let someone else recommend one. But most users will use the Bubble plugins if this is enough for them…
Each Stripe plugin can add its own scripts to the page, which can slow things down. Ideally, you should stick to just one Stripe plugin that covers everything you need. Having multiple ones not only increases load time but can also cause conflicts or confusion in workflows. Best to clean it up and keep only the one you’re actually using.