File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/optimization-detective Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: Optimization Detective
4
4
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/optimization-detective
5
- * Description: Provides an API for leveraging real user metrics to detect optimizations to apply on the frontend to improve page performance.
5
+ * Description: Provides a framework for leveraging real user metrics to detect optimizations for improving page performance.
6
6
* Requires at least: 6.6
7
7
* Requires PHP: 7.2
8
8
* Version: 1.0.0-beta2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ License: GPLv2 or later
7
7
License URI: https://www.gnu.org/licenses/gpl-2.0.html
8
8
Tags: performance, optimization, rum
9
9
10
- Provides an API for leveraging real user metrics to detect optimizations to apply on the frontend to improve page performance.
10
+ Provides a framework for leveraging real user metrics to detect optimizations for improving page performance.
11
11
12
12
== Description ==
13
13
You can’t perform that action at this time.
0 commit comments