← All changes
|
includes/abilities/analysis/class-get-performance-data.php
+2
-2
1.28.0
→
2.7.0
View file →
| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | /** |
| 20 | 20 | * Retrieves ThinkRank's Core Web Vitals / performance snapshot for the site. |
| 21 | 21 | * |
| 22 | 22 | * Mirrors `GET /thinkrank/v1/performance/monitor`: returns the collected Core |
| 23 | - * Web Vitals (LCP, FID, CLS, FCP), a 0-100 performance score and grade, and the | |
| 23 | + * Web Vitals (LCP, INP, CLS, FCP), a 0-100 performance score and grade, and the | |
| 24 | 24 | * SEO correlation. Requires a connected Google account for real data; when not |
| 25 | 25 | * connected the payload still returns with a `core_web_vitals.error` marker and |
| 26 | 26 | * zeroed metrics. |
| 27 | 27 | */ |
| @@ -31,9 +31,9 @@ | ||
| 31 | 31 | */ |
| 32 | 32 | public function __construct() { |
| 33 | 33 | $this->id = 'thinkrank/get-performance-data'; |
| 34 | 34 | $this->label = __( 'Get Performance Data', 'thinkrank' ); |
| 35 | - $this->description = __( 'Retrieve the site Core Web Vitals / performance snapshot (LCP, FID, CLS, FCP), performance score and grade, and SEO correlation. Requires a connected Google account for real data; otherwise returns an empty snapshot with a not-connected marker.', 'thinkrank' ); | |
| 35 | + $this->description = __( 'Retrieve the site Core Web Vitals / performance snapshot (LCP, INP, CLS, FCP), performance score and grade, and SEO correlation. Requires a connected Google account for real data; otherwise returns an empty snapshot with a not-connected marker. get-integrations-status reports whether that account is connected.', 'thinkrank' ); | |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | 39 | * {@inheritDoc} |