@zacwest any thoughts on history loading blocking the UI?
What are you using for your DB? Not that it helps you but for me personally my history on the more info cards seems faster than I have noticed in quite awhile. I am using MariaDB though… I was just wondering if some db sluggishness is being exacerbated in the app.
I’m also using MariaDB, but generally speaking database queries (and other network requests) should not be blocking the UI, especially when the DB is required to perform the action.
Even if the queries were instantaneous, HA should take into account that the DB might be down, and still stay usable.