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
How I can enable my dashboard to upload WEBP files
how convert the files in my firebase to WEBP files
how I can optimize my app to reduce lag and wait time to data querying from firebase.