Hi There.
The asset edit page has some complications. when you want to edit assets that are actively receiving attribute value updates (via modbus agentslinks in this case). In this case the page becomes slow and my laptop turns into a turbojet.
So I went exploring if some code optimisation can be made. it seems to be caused by excessive component rerenders.
Anyway, while doing that I designed the following UX improvement that lets the user keep track of changes and inform when attributes are updated while editing.
Let me know what you think.