Editor performance improvements#2881
Open
abaicus wants to merge 7 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Bundle Size Diff
|
Contributor
|
Plugin build for d2b9bcc is ready 🛎️!
|
Contributor
E2E TestsPlaywright Test Status: See serial and parallel matrix jobs Performance ResultsserverResponse: {"q25":453.8,"q50":474.6,"q75":498.6,"cnt":10}, firstPaint: {"q25":553.7,"q50":617.45,"q75":724.1,"cnt":10}, domContentLoaded: {"q25":3403.9,"q50":3430.3,"q75":3451.2,"cnt":10}, loaded: {"q25":3406,"q50":3432.35,"q75":3453.1,"cnt":10}, firstContentfulPaint: {"q25":3941.2,"q50":3971.5,"q75":3996.1,"cnt":10}, firstBlock: {"q25":13621.2,"q50":13684.45,"q75":13736,"cnt":10}, type: {"q25":22.56,"q50":23.06,"q75":24.47,"cnt":10}, typeWithoutInspector: {"q25":18.64,"q50":20.13,"q75":20.83,"cnt":10}, typeWithTopToolbar: {"q25":27.54,"q50":29.12,"q75":29.57,"cnt":10}, typeContainer: {"q25":13.81,"q50":14.36,"q75":15.52,"cnt":10}, focus: {"q25":101.06,"q50":108.82,"q75":113.82,"cnt":10}, inserterOpen: {"q25":36.15,"q50":36.76,"q75":38.49,"cnt":10}, inserterSearch: {"q25":12.46,"q50":12.56,"q75":12.7,"cnt":10}, inserterHover: {"q25":4.58,"q50":4.75,"q75":4.91,"cnt":20}, loadPatterns: {"q25":1559.95,"q50":1571.7,"q75":1696.54,"cnt":10}, listViewOpen: {"q25":223.31,"q50":227.73,"q75":234.9,"cnt":10} |
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.
Closes Codeinwp/otter-internals#250.
Summary
Small performance improvements for the block editor editor
Screenshots
Test instructions
<!-- wp:themeisle-blocks/plugin-cards {"slug":"otter-blocks"} /-->via the code editor). View on frontend → card renders; reload → (transientotter_plugin_card_<slug>is set) - you should see it in the DB.otterin the search)chunk-fontawesome-icons.jsis NOT loaded on editor open; it loads when you insert an icon block, open an icon picker (Button/Icon List/Font Awesome block) — grid populates, search works, selection persists. Accordion open/close icons still render.Checklist before the final review
[ ]Included E2E or unit tests for the changes in this PR.