As a result of the new state replication features, I have uncovered some potential performance issues. This is particularly related to controls (see store/devices.ts and sensor-controls.ts). Here we enumerate each control instead of just indexing properly. This ideally would be a direct translation to a more performant data structure or something done on the backend.
As a result of the new state replication features, I have uncovered some potential performance issues. This is particularly related to controls (see store/devices.ts and sensor-controls.ts). Here we enumerate each control instead of just indexing properly. This ideally would be a direct translation to a more performant data structure or something done on the backend.