We currently load a ton of data for partition sets when viewing schedules, including in the "Instance status" page view of all schedules on the instance. This can be really slow, and blocks the entire query.
Separate loading partition set data into lazy subqueries that can be triggered by request from the user.