summaryrefslogtreecommitdiff
path: root/releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml
blob: 47aca790b65deabdedc44acdd76d4f5178a3df19 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Introduces lazy-loading of ports, portgroups, volume connections
    and volume targets in task manager to fix performance issues.
    For periodic tasks which create a task manager object but don't
    require the aforementioned data (e.g. power sync), this change
    should reduce the number of database interactions by around two
    thirds, speeding up overall execution.