Workout out Latency Issues

This last update came with Defer rendering of tab contents which I thought would make our home page load faster; however, this feature just allowed me to figure out it was only one tab in particular.

The reason for the latency issues is we want to filter the data tables by a list of users. Right now its set as a contains operator, so no indexing :confused: I was wondering if anyone knew a better way of segmenting a data table based on User ID’s or Profiles, etc.

I’m not particularly well versed in Filters & Search | Rendering but I was also wondering if any of these tools could do the trick. Below is our current conditional rendering which works, but loads the page in ~4 seconds. (TTFB 2.2-3.1s)