Changeset 3240307 for optimization-detective/trunk/load.php
- Timestamp:
- 02/13/2025 07:42:05 PM (9 months ago)
- File:
-
- 1 edited
-
optimization-detective/trunk/load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
optimization-detective/trunk/load.php
r3229869 r3240307 3 3 * Plugin Name: Optimization Detective 4 4 * Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/optimization-detective 5 * Description: Provides a n API for leveraging real user metrics to detect optimizations to apply on the frontend to improvepage 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 * Version: 1.0.0-beta 18 * Version: 1.0.0-beta2 9 9 * Author: WordPress Performance Team 10 10 * Author URI: https://make.wordpress.org/performance/ … … 72 72 )( 73 73 'optimization_detective_pending_plugin', 74 '1.0.0-beta 1',74 '1.0.0-beta2', 75 75 static function ( string $version ): void { 76 76 if ( defined( 'OPTIMIZATION_DETECTIVE_VERSION' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.