Hi, we are starting to add more images and so on to the media assets (project assets) to use them in our web application. These images do not change, so we thought of not loading them from our backend, but importing them directly into FlutterFlow. We are exporting to the web and are now concerned that as we load more images into the project, the initial load time might increase and that we should probably load them from our backend so that they are loaded when they are actually needed. Especially since most of these images are only used in very specific places in our web application where Moses users won't go.
Does anyone know if the images in the media assets will increase the initial load time on the web, or will they be loaded when needed?
Do Media Assets (Project Assets) slow down the initial WebApp load time?
Project Settings
I searched if others had this question and searched the FlutterFlow docs, but didn't find a clear answer.
Yes
1