-
Notifications
You must be signed in to change notification settings - Fork 106
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
Move image-loading-optimization from module to plugin #1040
Move image-loading-optimization from module to plugin #1040
Conversation
Add Speculation Rules settings and UI
Auto-sizes: Disallow direct file access
Co-authored-by: Pascal Birchler <[email protected]>
Introduce plugins folder for standalone plugins
On unusual deployment setups (but notably WordPress Playground), the path prefix might contain one of the URL pattern special characters, such as :. Escape these characters in the path prefix, and since some of these also confuse the shorthand constructor string syntax, use the longhand syntax which specifies that the presence of a : here does not indicate a protocol/scheme.
…code review comments).
Co-authored-by: Weston Ruter <[email protected]>
Co-authored-by: Mukesh Panchal <[email protected]>
…newline Update the .editorconfig to add a new line for json files
Add changelog entry for #1036 to WebP Uploads readme
…ge-loading-optimization
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 Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @jeremyroman. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. 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. |
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.
LGTM!
Why do we need an additional build
step as seen in 28bbb70? We don't seem to have it in the trunk. Just asking to clarify.
Good question. Unlike |
fac7213
into
feature/image-loading-optimization
This PR merges
trunk
intofeature/image-loading-optimization
and then moves the feature from a module to a plugin. The commits beyond the merge fromtrunk
(07c1291) are 07c1291...28bbb70.Previously:
Subsequent PR will rename to Optimization Detective.
Checklist
[Focus]
orInfrastructure
label.[Type]
label.no milestone
label.