Changeset 2076811
- Timestamp:
- 04/29/2019 09:30:47 AM (7 years ago)
- Location:
- super-host-speed-benchmark/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
shsb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-host-speed-benchmark/trunk/readme.txt
r2075819 r2076811 41 41 0.2 Added Gauge, settings and reporting for benchmark tables 42 42 43 0.3 Fixed SQL error in benchmark 44 -
super-host-speed-benchmark/trunk/shsb.php
r2075819 r2076811 2 2 /** 3 3 * Plugin Name: Super Host Speed Benchmark 4 * Plugin URI: https:// www.superhostspeed.com4 * Plugin URI: https://superhostspeed.com/ 5 5 * Description: Test and benchmark the speed of your hosting provider, based on the speed of their mysql database, which tends to be the main cause of Wordpress being slow on some hosts. A score of less than 40 is bad and a score of more than 100 is very good. Scores will be reported to our server in future versions so you can compare speeds with others. See Tools/Speed Benchmark 6 * Version: 0. 26 * Version: 0.3 7 7 * License: GPL2+ 8 8 * Copyright 2019 Anthony Walker … … 165 165 $score++; 166 166 //echo "."; 167 $sheet = $wpdb->get_results("insert into $table_name (title,status,priority,description) values ('test',1, 'description')");167 $sheet = $wpdb->get_results("insert into $table_name (title,status,priority,description) values ('test',1,1,'description')"); 168 168 169 169 }
Note: See TracChangeset
for help on using the changeset viewer.