Image upload takes around 5 secs

I have setup an image upload feature

  1. Profile photo (single image)
  2. Multiple photos to display on the user profile (multi-upload)

I am saving the images in a state and displaying them in a horizontal list

I also had a loader that covers the user experience where the user has to wait for the image to be uploaded

The issue is that whether I’m uploading 1 image or 5 it takes around 5 secs to load and display on the front end, is there any way I can speed this up

I also uploaded compressed images but is takes the same amount of time. Is there any fix for this?

Yeah my i.ages never show on the front end

Does this possibly have something to do with .heic format that Bubble doesn’t support? @josh @nick.carroll

I am getting a delay but images show up. I shifted from the image element to a group with background image. It’s much better and imigix works on groups and not the image element

Image upload is also very slow for me, I tried using the group like you suggested but it takes the same amount of time

Yup, time is the biggest issue. But for me the image element was unusable.

1 Like

I have the same problem. No matter if I use the image element or group background.

I let users upload a profile picture (set state). I show a placeholder when image (in state) is empty and show the image when image (in state) is not empty. Once I upload an image, the placeholder disappears (apparently the image was detected in the state), but the image itself needs a few seconds to show.

The whole process takes around 5 seconds and the user will assume something is wrong.

Yep we are aware that this isn’t a great user experience right now. We are looking into offering some sort of “is loading” state so that you can design a better ux around image uploading.

4 Likes

I am not even able to get the images to show at all. Mine don’t work on both the web and BubbleGo preview.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.