Hi, Dataverse has around 40K rows in the table and we basically need to fetch every row to allow the end user to filter out rows that the user wants to see. Currently this takes around 30s to load. Is there any way to cache or preload or other tricks or optimization that we could do to improve the performance of the view. Goal is to get it cached or perform fast so on daily basis the first load could take little longer. Jq ueryis optimized, issue lies when we are getting the data.