Really slow loading of some hangfire dashboard pages

We run hangfire on linux and when we upgraded from .net core 2.2 to 3.1 we started seeing insanely long load times (minutes) on the /succeeded, and /recurring pages. We had been storing large amounts of data from the result of the hangfire methods and were able to mitigate this by reducing the amount of data being returned. We had both frameworks up at the same time, so there definitely is a difference in how the versions are pulling data or rendering. Anyone else seen this? Any thoughts?