Hi! I just have a question.
If I make a AWS S3 account and put image files there, is there a difference with the page loads when using a thumbnail of that image compared to saved to bubble?
IN MY THEORY:
–> Bubble database
I ask this because Bubble uses imgix I think to compress the photo depending on the size of the element on page. So using bubble database, it doesn’t load the whole size of the image, yet a compressed version of that image.
–> Own AWS S3 account
As for your self-made AWS S3 account, bubble loads the whole size of the image before it actually load on the page.
Is this correct? So if I use my own S3, for a gallery page with many thumbnails, bubble has to load all the full size of the files before loading to the page?