Awesome to hear dop,
Perhaps the performance issues I deal with are more isolated to projects of the size I'm working with.
Project Version: r332
I've tried with the Memory Saver Toggled On/Off, but this is the current setting:
After reading your post I updated Chrome, but I have data for the previous Chrome version and the most recent:
In Chrome Version: 110.0.5481.104
Project Open For Several Hours
This is how long it took to move a single action from one place to another:
After garbage collection it still took this long:
In Chrome Version: 110.0.5481.178
Project Open For ~30 minutes
This is how long it takes to move a single action from one place to another:
After garbage collection it still takes this long:
Memory footprint is relatively normal:
~2 GB
For me, the only reliable method thus far for maintaining smooth performance is to continually reopen the project every few hours.
Which supports the notion (in my case) that the clearance from garbage collection (unsurprisingly) doesn't meet the clearance from closing the project and reopening it.
Something seems to be stacking up over time that affects performance, but doesn't get addressed by garbage collection that is only noticeable in certain-sized projects:
Other details:
I save quite frequently (every 15 seconds or less if actively making changes).
The save method I use is project folder (It would take several minutes to save changes otherwise, which if I'm saving every 15 seconds...yikes).
I mention this as it could be a potential factor among other actions:
Save
Undo
Redo
Copy
Paste
Etc.
Another note-worthy observation (Cut / Paste):
After updating to the newest version of Chrome, I opened my project and changes made within those 30 minutes included a large amount of cut and paste actions of several events.
I'm inclined to think that might be a factor as the project had only been open for ~30 minutes, yet reflected the performance I see in my project when it's been open for several hours:
In other words:
Occasional cut / paste actions over several hours might resemble the performance impact of large amounts of cut / paste actions in a short amount of time.
I might test this out further and report back.