the features list is being loaded for way too long
When you go to "layers" and open a layer that has too many features, the loading time is more than 3-4 minutes (it did not even load) test on: input-testing/tc06_arcgis_services
Can you please retest on the current master version + compare to the 2.5.0 production?
RE-TESTED on the latest master (https://github.com/MerginMaps/mobile/actions/runs/8651536741), and also on the production 2.5.0,
This is same for both versions:
When you first open up the layers list, it will take 4-5 minutes to load all the features.
Once it is loaded you can open any feature on the map, it will open, no loading time.
And when you go to the layers list again, the list will open immediately.
This is a slow/big Feature Service - it has ~4000 features with very complex geometries - QGIS data provider ends up doing ~40 requests with 100 features each, one by one, each request taking 2-6 seconds, receiving 1-5 MB of data per request(!) because of complex geometries.
This is not a common scenario, so I guess a low priority issue (not a regression either)