Loadingspeed of list for older Anroid/Iphone

Hi,

I’m experiencing performance issues with list loading speeds. The list displays records based on the current user and date range filters.

Here’s how the functionality works: When a user clicks a record in the list, the system checks if they have edit permissions. If they don’t have permission (boolean check), an error pop-up appears. If they do have permission, they’re redirected to the edit records screen. Typically, the list shows around 22 records (representing weekdays of a month), while the complete database contains approximately 12,000 records. The list loads all not load on scroll and has the advanced filter “Auto Refresh”. (only once a month there is a big bulk of records added)

The issue: Load times when clicking on records vary significantly across devices:

  • Android (Pixel 7): Very slow, approximately 10 seconds
  • iPhone 6: Similarly slow, approximately 10 seconds
  • iPhone 15 Pro: Instant response
  • Samsung S21: Instant response

Is there anything I can do to improve the performance on the slower devices? Any suggestions would be greatly appreciated.

Does it have anything to do with lower react support on older phones?

Screenshot of list:

filter:

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