diff --git a/plugins/web-worker-offloading/load.php b/plugins/web-worker-offloading/load.php index 27973a3394..95eb7d79bf 100644 --- a/plugins/web-worker-offloading/load.php +++ b/plugins/web-worker-offloading/load.php @@ -2,7 +2,7 @@ /** * Plugin Name: Web Worker Offloading * Plugin URI: https://github.com/WordPress/performance/issues/176 - * Description: Offload JavaScript execution to a Web Worker. + * Description: Offloads select JavaScript execution to a Web Worker to reduce work on the main thread and improve the Interaction to Next Paint (INP) metric. * Requires at least: 6.5 * Requires PHP: 7.2 * Version: 0.1.0 diff --git a/plugins/web-worker-offloading/readme.txt b/plugins/web-worker-offloading/readme.txt index 8772d68cb2..b0b5c2af85 100644 --- a/plugins/web-worker-offloading/readme.txt +++ b/plugins/web-worker-offloading/readme.txt @@ -7,7 +7,7 @@ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, JavaScript, web worker, partytown, analytics -Offload JavaScript execution to a Web Worker. +Offloads select JavaScript execution to a Web Worker to reduce work on the main thread and improve the Interaction to Next Paint (INP) metric. == Description ==