Tips to make app Faster

My app is looking a little slow and I observed that if I run my app without Firebase Database, the app becomes quite fast. So are there any ways to make app more faster ??

1 Like

Firebase will not make app slower
The process you are making after Firebase.gotValue may make your app slower

2 Likes

In my opinion firebase is very fast database as compared to other.

As in my app i have used about 20 firebase databases for various purposes and its working smooth and fine without any problems.

App smooth working depends on your kode and logic.

2 Likes

Then I am loading some images from URL so are images the reason for the slow speed ( and freezing ) of my app ??

Exactly.

When you load images in your app they require more internet data and RAM of the device which may cause slow working of your app.

Load images using image utils component

3 Likes

Thanks very much

1 Like

You mean Image Utilities component ??

1 Like

Yes i mean image utilities

1 Like

Firebase can slow down your application (from my experience), if you have many tags in one bucket (over 5,000 tags can already be slowed down). The solution is to create lots of buckets with a few tags in each bucket

Am I the only one who thought that he was the one sharing tips? :man_facepalming:

3 Likes

I Am With You
But This Is Getting #off-topic

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.