-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Performance: reduce block support hook calls further with isMatch #62684
base: trunk
Are you sure you want to change the base?
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +709 B (+0.04%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
I'd appreciate guidance on how to verify these tests, both to check the changes here and to catch performance issues elsewhere as well |
@vcanales You can check the test re-runs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes look good to me and make sense, I did some smoke testing around block styling and things seemed to work well.
@ellatrix, let's rebase this, and it probably should be good to be merged. |
Yes, would be good. I just didn't see a performance improvement so I paused it 🤔 |
What?
Currently we only filter block support hook calls when it doesn't match the top level attribute name. The problem is that these attributes have evolved to nested
style
properties, which causes these all of these hooks to match as soon as a block has a style attribute, even if the styles are not relevant.Why?
Performance.
Site editor load patterns: -12.44%, -6.2%, 2.9%, -4.67%
Navigate: -2.47%, -3.39%, -10.28%, -10.87%
How?
There's already an
isMatch
function so block support hooks can fine-tune which blocks should match.Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast