perf(docs): coalesce changeset render refreshes - #7477
Merged
Conversation
4 tasks
DR-Univer
marked this pull request as ready for review
August 11, 2026 11:20
DR-Univer
force-pushed
the
feat/reduce-render-overhead
branch
from
August 11, 2026 11:20
35c28c6 to
3b6c609
Compare
Playwright test resultsDetails
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #7477 +/- ##
==========================================
- Coverage 81.06% 81.05% -0.01%
==========================================
Files 2689 2689
Lines 167226 167259 +33
Branches 41046 41299 +253
==========================================
+ Hits 135562 135575 +13
- Misses 31612 31632 +20
Partials 52 52 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
DR-Univer
force-pushed
the
feat/reduce-render-overhead
branch
2 times, most recently
from
August 11, 2026 12:14
dfa8b79 to
9a52fcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Slide thumbnails can mount embedded documents while collaboration changesets are replayed. Refreshing layout and drawing for every synchronous changeset caused redundant work and delayed stable thumbnail capture.
Paired Pro PR
Validation
@univerjs/docs-uiand@univerjs/docs-drawing-uigit diff --checkScope
This PR contains only the Docs rendering changes created in the paired Slide thumbnail session. Sheet low-zoom rendering work from a separate task is not included.