Changeset 3168674
- Timestamp:
- 10/14/2024 02:49:41 PM (18 months ago)
- Location:
- a2-optimized-wp/trunk
- Files:
-
- 2 edited
-
a2-optimized.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
a2-optimized-wp/trunk/a2-optimized.php
r3168601 r3168674 10 10 * Plugin Name: A2 Optimized WP 11 11 * Plugin URI: https://wordpress.org/plugins/a2-optimized/ 12 * Version: 3.0.1 012 * Version: 3.0.11 13 13 * Author: A2 Hosting 14 14 * Author URI: https://www.a2hosting.com/ … … 102 102 new A2_Optimized_SiteHealth; 103 103 104 $benchmarks = new A2_Optimized_Benchmark s;104 $benchmarks = new A2_Optimized_Benchmark; 105 105 $benchmarks->prune_benchmarks('backend', 10); 106 106 $benchmarks->prune_benchmarks('frontend', 5); -
a2-optimized-wp/trunk/readme.txt
r3168601 r3168674 3 3 Tags: a2 hosting, cache, speed, optimize, site performanceRequires at least: 5.1 4 4 Tested up to: 6.6 5 Stable tag: 3.0.1 05 Stable tag: 3.0.11 6 6 Requires PHP: 7.0 7 7 License: GPLv3
Note: See TracChangeset
for help on using the changeset viewer.