When loading a page/table with more than 1000 results, it takes around six seconds for the data to load and sometimes temporarily freezes the application.
Pagination wont work because I need to get the counts for my "statistics cards" and rxdb doesn't provide any type of count functionality - so I'm forced to pull the entire dataset.
I'm currently using the mounted function to pull in the data and subscribe to updates
I would be grateful if any of you had any suggestions on how I could speed this up?