I think there are two different problems here:
1) UI is synchronous.
2) retrieving records takes a long time. It could be the view is not written well, or that there is a lot of data to sort through in the database.
I think there are two different problems here:
1) UI is synchronous.
2) retrieving records takes a long time. It could be the view is not written well, or that there is a lot of data to sort through in the database.