Viewing app data loads extremely slow

Hi,

I am experiencing extremely slow loading times for viewing my app data (roughly 200 users, so not too much data). Is anyone else experiencing the issue?

As a reference, it took about 3 minutes to load the user view with 20Mbit internet connection. It got stuck in the following loading view:

The database view you’re looking at here is known to be very slow, and is not the recommended way to view large amounts of data. Most of us build an admin page with the specific query we’re looking for, that loads significantly faster.

Thanks for the fast response! I have an admin page as well, however to edit data i use the database view every once in a while.

This topic was automatically closed after 14 days. New replies are no longer allowed.