o-fish-ios icon indicating copy to clipboard operation
o-fish-ios copied to clipboard

Loading the list of existing businesses takes too long for the UI to be responsive

Open am-MongoDB opened this issue 4 years ago • 3 comments

Try with a large number of businesses. image

You have to wait for all of the businesses to load before you can even add a search to narrow down the results.

When run on my phone, causes the app to crash before it even loads sometime.

Uses a lot of memory

am-MongoDB avatar Sep 22 '20 09:09 am-MongoDB

In your tests:

  • how many businesses were there?
  • How long does it take to load, approx (if it doesn't crash)?
  • How much memory did it use on average?

Sheeri avatar Sep 23 '20 18:09 Sheeri

I guess we can use LazyVStack for loading business value. It will resolve this issue. But unfortunately, its available only from iOS 14.0, xcode 12.0. So we need to update all app to iOS 14.0

akaktus avatar Sep 29 '20 08:09 akaktus