Maybe, but I doubt it. All the changes at assign level are one I’d have made, so I know those already. The changes I’m looking for are what LV determines internally based on what assigns were used to produce what part of the HTML that new needs to be rendered again because of the change. I.e. as you described it, the changes at the attribute level compared to the previous value held in memory. My entire approach hinges on determining and retaining only the essential bits of information in memory to detect the changes. I can’t afford to keep all the data in memory and I can’t afford to send data over the wire that didn’t change but LiveView doesn’t know it didn’t because it has no momory of what it was.
I’ve been referred to the LiveDebugger on chat. time will tell.






















