Plugin Directory

Changeset 2076811


Ignore:
Timestamp:
04/29/2019 09:30:47 AM (7 years ago)
Author:
wsec1
Message:

0.3 Fixed SQL error in benchmark

Location:
super-host-speed-benchmark/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • super-host-speed-benchmark/trunk/readme.txt

    r2075819 r2076811  
    41410.2 Added Gauge, settings and reporting for benchmark tables
    4242
     430.3 Fixed SQL error in benchmark
     44
  • super-host-speed-benchmark/trunk/shsb.php

    r2075819 r2076811  
    22/**
    33* Plugin Name: Super Host Speed Benchmark
    4 * Plugin URI: https://www.superhostspeed.com
     4* Plugin URI: https://superhostspeed.com/
    55* 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.2
     6* Version: 0.3
    77* License: GPL2+
    88* Copyright 2019 Anthony Walker
     
    165165        $score++;
    166166        //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')");
    168168       
    169169    }
Note: See TracChangeset for help on using the changeset viewer.