Need suggestions about loading

I have made an app which uses firebase auth + firebase db to store user info but from last 5 days the app is taking very much time to load and login please suggest how to tackle that …
Thank u
App - https://community.kodular.io/uploads/short-url/fV0aLrWxdxpNPhEretRvl3w8mla.apk

It is taking a lot of time to login

Hi @rudresh_rajvansh,
Can you send us a screen recording for the issue?
Or can you tell us what takes time in loading?The app shows a white screen for a time or the images take time to load?or the app lag at first?Or it takes time to perform actions?

2 Likes

https://drive.google.com/file/d/10GLSCmZR4Ns-YSfmVNRzC1QKIEzBNLTI/view?usp=drivesdk
The app takes time when I click submit and the progress starts

Show your submit button blocks.

1 Like

1 Like


The blocks :point_up_2:
Video link Screenrecorder-2020-09-06-21-11-09-51.mp4 - Google Drive

1 Like

It really takes some times.No way to reduce?because you first call firebase and then sign the user and then post the text.That’s a long process.What you can make is to dissmiss the progress dialog after you post the text :wink:

1 Like

But before it was taking only 15-20 second now 2 to 5 min @Mohamed_Tamer

Fireabse slows when the data become bigger

1 Like

No way to fix it

You can try another databse.Like mysql.i’ve tried and it’s faster.See here:
https://puravidaapps.com/mysql.php

1 Like