Skip to content

Commit 28b0628

Browse files
committed
Update WWO plugin description
1 parent 6ea945d commit 28b0628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/image-prioritizer/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, optimization, image, lcp, lazy-load
99

10-
Optimizes LCP image loading with `fetchpriority=high` and applies image lazy-loading by leveraging client-side detection with real user metrics.
10+
Offloads select JavaScript execution to a Web Worker to reduce work on the main thread and improve the Interaction to Next Paint (INP) metric.
1111

1212
== Description ==
1313

plugins/web-worker-offloading/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, JavaScript, web worker, partytown, analytics
99

10-
Offload JavaScript execution to a Web Worker.
10+
Offloads select JavaScript execution to a Web Worker to reduce work on the main thread and improve the Interaction to Next Paint (INP) metric.
1111

1212
== Description ==
1313

0 commit comments

Comments
 (0)