o-fish-ios
o-fish-ios copied to clipboard
Loading the list of existing businesses takes too long for the UI to be responsive
Try with a large number of businesses.
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
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?
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