-
Notifications
You must be signed in to change notification settings - Fork 133
Rename "Image Loading Optimization" to "Optimization Detective" #1041
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
Rename "Image Loading Optimization" to "Optimization Detective" #1041
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. |
.github/CODEOWNERS
Outdated
/plugins/optimization-detective @westonruter | ||
/tests/plugins/optimization-detective @westonruter |
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.
Nit-pick, let's align the spacing with the other entries.
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.
Updated in 44a032f
@@ -3,7 +3,7 @@ | |||
* Can load function to determine if ILO can load. |
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.
Do we still need can-load
for plugin?
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.
Good point! This is only for modules. Removed in 2106b9a.
* | ||
* @package image-loading-optimization | ||
* @package optimization-detective | ||
* @since n.e.x.t |
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.
n.e.x.t
should be updated to a specific version number.
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.
Updated in 30e6b96.
But when do we use n.e.x.t
then?
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.
Apologies for the delayed response. The current npm run since -- -r {version}
command runs on the entire file system and updates the same version. Therefore, if we use this command for Performance Lab file changes, it will also update the same version in other plugins, such as this one. We need to enhance that command to update the version for the plugin based on its configuration. In the meantime, we should use the actual version.
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
…optimization-detective
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.
I haven't reviewed the PR, but we just had a conversation about our plugin names this morning, and this name here isn't necessarily a good idea IMO.
I just opened #1046 to discuss more holistically.
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.
@westonruter Almost LGTM. Just a few small things.
…in_version_constants()
Checklist
[Focus]
orInfrastructure
label.[Type]
label.no milestone
label.