|
|
|
@ -127,7 +127,7 @@ class PageSpeedData_model extends CI_Model {
|
|
|
|
|
|
|
|
|
|
public function search_score_list($start_score, $end_score, $psd_SiteCode, $device = 'moblie') {
|
|
|
|
|
$this->init();
|
|
|
|
|
$this->topnum = 50;
|
|
|
|
|
$this->topnum = 150;
|
|
|
|
|
$this->where = ' AND psd.psd_SiteCode=' . $this->INFO->escape($psd_SiteCode);
|
|
|
|
|
if ($device == 'moblie') {
|
|
|
|
|
$this->where .= " AND psd.psd_MobileScore BETWEEN $start_score AND $end_score ";
|
|
|
|
|