performance
performance copied to clipboard
Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.
When registering a tag visitor in Optimization Detective, the callable must return a boolean. When the boolean returns `true`, then this is an indication that the tag was indeed "visited"...
The WordPress.org plugin repo has an opt-in feature for releases, called [Release Confirmation](https://developer.wordpress.org/plugins/wordpress-org/release-confirmation-emails/). That can be used to avoid inadvertent releases. During the release party for 2.5.0, @westonruter suggested that...
See previous discussion: https://github.com/WordPress/gutenberg/issues/33578
## Feature Description When an image is in the initial viewport but is hidden, it should get `fetchpriority=low`. For example, this would apply to images which appear inside of a...
This is based in https://github.com/WordPress/gutenberg/pull/61212#issuecomment-2150662611 feedback which is drafted in https://github.com/WordPress/gutenberg/pull/62770. It doesn't seem to work as expected, so I'm leaving this as a draft until the need for it...
## Feature Description When the LCP element is text, the loading of the font being used should be prioritized. For example, on [one of my blog posts](https://weston.ruter.net/2024/01/12/running-phpunit-automatically-during-development/) (using the Twenty...
## Feature Description When activating Optimization Detective, it starts gathering URL metrics from visitors to the site. However, it has a storage locking mechanism to prevent a user (by hashed...
## Feature Description With the URL metrics gathered by Optimization Detective, it should be possible to automatically apply `content-visibility` to areas of the page to delay rendering them until they...
This task was suggested by Aymen Loukil for the image focus, however it may fit better in the measurement focus.
## Summary Fixes #1291 This speeds up searches by doing speculative loading of the search results page when the user has entered a search query and is signaling they are...