WEBP Image upload

Actions & Logic

Hello guys, I have been attempting to run my app with a firebase database where I uploaded around 140 products. however, the application has been lagging so much on mobile device and one of the recommendations I got was to us WEBP image type instead of PNG or JPEG. However, when I attempt to enter the product with an image type of WEBP, it brings up an error stating invalid file type: image/WEBP. Please provide recommendation of the following

  1. How I can enable my dashboard to upload WEBP files

  2. how convert the files in my firebase to WEBP files

  3. how I can optimize my app to reduce lag and wait time to data querying from firebase.

What have you tried so far?

so far I have tried to cache most of the data that is coming from database, however the app is still lagging. Apart from that, I have tried using low resolution images with less than 500KB size but the application is still lagging.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
2 replies