Screen Response Slow

I have an app that only takes 3 seconds to load and the other screens are snappy and responsive, but when I load 1 screen, it takes 5-8 seconds before loading and responding. And if I click on an action to update a total, it takes another 3-6 seconds to respond.

I got rid of all conditional formatting, this did nothing.
I filtered out completed data and even then, it's only about 400 rows (one my smallest tables and shortest load times). This did nothing.

What else could it be or what should I be checking?

Solved Solved
1 5 240
1 ACCEPTED SOLUTION

Solved it!

Had an action SHOW_IF with a lengthy statement. After removing, page speed came back.

Simplified the SHOW_IF statement and we are back in business.

Thank you, everybody.

View solution in original post

5 REPLIES 5

Does the view involve Virtual columns? These can cause increased sync time on the device side. Also actions can be sync intensive depending on what is being performed.

Also got rid of all virtual columns to see if it would make a difference and that was the most noticeable, but it still takes the 5-8 seconds.

Navigating to the Manage menu option to the lower left in your app editor, then selecting Monitor. Will give you  a few option to view what is going on in the app at certain instances. One that could help would be the Performance profile. Reading through this can tell you where load times are attributed to and what is resource intensive. also a great thing to use for sync, automation, and audit statistics.

That only shows the sync times and I haven't been able to see the load times of certain screens.

Sync is fast. 3 seconds. All screens are fast, except for any screen displaying data from 1 table.

Solved it!

Had an action SHOW_IF with a lengthy statement. After removing, page speed came back.

Simplified the SHOW_IF statement and we are back in business.

Thank you, everybody.

Top Labels in this Space