A/B Split Testing in Bubble

Hey everyone – it’s alway so tough to know when you are brainstorming ideas of what will work best in your app.

That’s where A/B testing comes in.

If improving your app’s performance or user experience is on your to-do list this year, check out this video. It shows a free solution for capturing data in Bubble to identify which page layout or feature configuration works best.

Cheers.

2 Likes

Great video @joemanier

Adding my long standing template to this: A/B Test Engine Template | Bubble

Cheers,
MVPete from Sweden

2 Likes

The approach could work. But personally I find it very limiting in terms of performance. Doing a heavy filtered frontend search everytime the page loads (plus db-writes) is probably a no-no for a production web-app. I would have loved to see your test website in action when reloading it several times. Did you see the text flashing from one version to another? What about something more advanced where an entire design is based on the test-version? This becomes very soon a huge problem in terms of performance. Or am I missing something? Have you done a bigger test?

Thank you for putting energy into this topic!