Skip to content

Commit

Permalink
Merge pull request #1650 from WordPress/update/plugin-descriptions
Browse files Browse the repository at this point in the history
Update plugin descriptions for Embed Optimizer and Image Prioritizer
  • Loading branch information
westonruter authored Nov 13, 2024
2 parents 7c6aa81 + 17fb374 commit b20b43f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/embed-optimizer/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Embed Optimizer
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/embed-optimizer
* Description: Optimizes the performance of embeds by lazy-loading iframes and scripts.
* Description: Optimizes the performance of embeds through lazy-loading, preconnecting, and reserving space to reduce layout shifts.
* Requires at least: 6.5
* Requires PHP: 7.2
* Version: 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/embed-optimizer/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, embeds

Optimizes the performance of embeds by lazy-loading iframes and scripts.
Optimizes the performance of embeds through lazy-loading, preconnecting, and reserving space to reduce layout shifts.

== Description ==

Expand Down
2 changes: 1 addition & 1 deletion plugins/image-prioritizer/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Image Prioritizer
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/image-prioritizer
* Description: Optimizes LCP image loading with <code>fetchpriority=high</code> and applies image lazy-loading by leveraging client-side detection with real user metrics.
* Description: Prioritizes the loading of images and videos based on how visible they are to actual visitors; adds <code>fetchpriority</code> and applies lazy-loading.
* Requires at least: 6.5
* Requires PHP: 7.2
* Requires Plugins: optimization-detective
Expand Down
2 changes: 1 addition & 1 deletion plugins/image-prioritizer/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, optimization, image, lcp, lazy-load

Optimizes LCP image loading with `fetchpriority=high` and applies image lazy-loading by leveraging client-side detection with real user metrics.
Prioritizes the loading of images and videos based on how visible they are to actual visitors; adds fetchpriority and applies lazy-loading.

== Description ==

Expand Down

0 comments on commit b20b43f

Please sign in to comment.