| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you @felixarntz. LGTM!.
Just an observation, since we are not forcefully disabling fetchpriority for standalone plugin, there can be a chance of having 2 fetchpriority in a page - If the post thumbnail is less than the 50000px threshold, but one of the first 3 content image is larger than the threshold ( a very rare edge case )
Sorry, something went wrong.
|
@kt-12 Fair point, thanks for raising. I think that's okay though, also given that the standalone plugin currently only has 20+ installs. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @felixarntz for the PR, Look good to me.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This PR checks for existence of the fetchpriority feature in WordPress core, which was merged earlier this week and will become widely available with the WordPress 6.3 launch in August (see https://core.trac.wordpress.org/ticket/58235). We should therefore ensure before that release that Performance Lab caters for that situation.
Relevant technical choices
Screenshots
Performance Lab module checkbox when feature already in core

Admin notice for standalone plugin when feature already in core

Checklist