I’m porting my app from Electric v2 to v3, and I have several places where things are noticeably slower with v3. These are all places where my app changes many DOM elements or removes many DOM elements. Adding elements seems less of an issue. Partly this is app functionality, but I also have it in dev when I save a file and the browser gets ready for me to interact with it again. (Not sure what’s going on internally here, but perhaps DOM elements are being modified, or maybe unloaded and reloaded.) I’m wondering whether this is a known issue and whether there might be improvements in the pipeline. If there are no plans to improve things, I will probably have to re-think some aspects of my app. FWIW, I have DOM elements numbering in the low thousands — not sure if that’s something Hyperfiddle are interested in supporting.
there's a long known perf issue in e/for that we're working on next i think
yes, improvements are coming
Ok; thanks. Good to know.