-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement op caching in ODSP driver #4769
Comments
@vladsud, I agree about the third item being a separate item. I'll log one |
I've started working on it... |
#5288 shows the amount of traffic we are creating (op sizes in typical complex doc). At the current moment, given all the data, #5211 is more important to address than this item, as it will improve (if done right) catch up process 3x (bigger payloads, parallel requests). It is also simpler to solve than this item. So I'm prioritizing it over caching, but intend to do both in March. Feedback is welcome! |
There is feedback from users that snapshot caching in ODSP driver results in non-optimal UX behavior:
Result:
Old snapshot (cached) is rendered, without changes typed by user above.
After some time, user's edits show up.
Work mentioned in #4767 would partially solve this problem by reducing time to show latest edits. But it is still bound by network request and time to process ops.
We should (as part of this change)
The text was updated successfully, but these errors were encountered: