I have been attempting to develop a mobile version of an application that utilizes section views. The app load time is extremely long. When switching between different views the app crashes or becomes unresponsive. Each section (9 in total) contains an embedded dashboard that uses url parameters. The embedded dashboard is passed data thats filtered using a list when a record is selected. Switching between selections also seems to make the application crash.
I have also tested a version of the application using Experience Builder's map widget and filters instead of a dashboard and the issue was the same.
Has anyone else experienced this type of behavior?