-
Notifications
You must be signed in to change notification settings - Fork 536
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
Unnecessary escaping in op JSON #7546
Comments
|
# 2 above can be easily moved into runtime (and thus merged with # 1). That said, I wonder why we do so at all (and not leave JSON here as is) - I think code long time ago was leaving JSON (I remember seeing a bunch of back-compat code dealing with JSON), but for some reason it was changed to be a string. Curious why. That said, I think it's also worth re-examining
|
On the summarization side, @scarlettjlee noticed that ITreeEntry.contents is typed to 'string'. |
This PR has been automatically marked as stale because it has had no activity for 60 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework! |
Fluid op messages in websocket are bloated with unnecessary escaping in the JSON, like the following:
This extra level of string escaping makes up around 20% of our op message size. Could this be optimized?
The text was updated successfully, but these errors were encountered: