微信咨询
返回上页
下拉
上拉
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2024-11-23 02:22:53 HTTP/1.1 GET : http://zhonghuameiwang.com/api/yipai/shy.html?type=2
- 运行时间 : 0.158573s [ 吞吐率:6.31req/s ] 内存消耗:7,315.17kb 文件加载:108
- 查询信息 : 75 queries 3 writes
- 缓存信息 : 6 reads,0 writes
- 会话信息 : SESSION_ID=3usruf0jgbg2aj7gvo5kfvs9a1
- [ LANG ] /home/wwwroot/zhonghuameiwang.com/vendor/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'accept' => '*/*',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept-encoding' => 'gzip, br, zstd, deflate',
'host' => 'zhonghuameiwang.com',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'type' => '2',
)
- [ LANG ] /home/wwwroot/zhonghuameiwang.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /home/wwwroot/zhonghuameiwang.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /home/wwwroot/zhonghuameiwang.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /home/wwwroot/zhonghuameiwang.com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ DB ] INIT mysql
- [ VIEW ] /home/wwwroot/zhonghuameiwang.com/public/themes/default/api/Yipai/yuzhan.html [ array (
0 => 'site_info',
1 => 'norm',
2 => 'else_set',
3 => 'foot',
4 => 'auction_setup',
5 => 'one_title',
6 => 'examination_type',
7 => 'juvenile_type',
8 => 'celebrity_type',
9 => 'examination',
10 => 'juvenile',
11 => 'celebrity',
12 => 'cultural_type',
13 => 'literature_type',
14 => 'heritage_type',
15 => 'arts_type',
16 => 'mxmy_type',
17 => 'urban_type',
18 => 'rural_type',
19 => 'beautiful_type',
20 => 'painting_type',
21 => 'videos_type',
22 => 'yike',
23 => 'username',
24 => 'user_id',
25 => 'user_status',
26 => 'c_time',
27 => 'keyword',
28 => 'description',
29 => 'label',
30 => 'type',
31 => 'time',
32 => 'arr',
33 => 'keys',
34 => 'result_one',
35 => 'result_two',
36 => 'result_thr',
37 => 'result_four',
38 => 'big_one',
39 => 'big_two',
40 => 'big_thr',
41 => 'big_four',
42 => 'check_time',
43 => 'b_box',
44 => 'theme_vars',
45 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000975s ] mysql:host=127.0.0.1;port=3306;dbname=zhmw;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `mt_auxiliar_website` [ RunTime:0.001431s ]
- [ SQL ] SELECT * FROM `mt_auxiliar_website` LIMIT 1 [ RunTime:0.000509s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auxiliar_website',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_auction_setup` [ RunTime:0.001080s ]
- [ SQL ] SELECT * FROM `mt_auction_setup` LIMIT 1 [ RunTime:0.000412s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_setup',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_auction_order` [ RunTime:0.001019s ]
- [ SQL ] SELECT `money` FROM `mt_auction_order` WHERE `is_pay` = 2 [ RunTime:0.000375s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_order',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 145,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_hands_order` [ RunTime:0.000860s ]
- [ SQL ] SELECT `price` FROM `mt_hands_order` [ RunTime:0.000313s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_hands_order',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'extra' => '',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_admin_menu` [ RunTime:0.000937s ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 211 AND `status` = 1 LIMIT 3 [ RunTime:0.000399s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 2,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 201 AND `status` = 1 [ RunTime:0.000351s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 196 AND `status` = 1 [ RunTime:0.000420s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 191 AND `status` = 1 [ RunTime:0.000454s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 184 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000329s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 3,
'extra' => 'Using intersect(parent_id,status); Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 494 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000379s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using intersect(parent_id,status); Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 474 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000344s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using intersect(parent_id,status); Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 475 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000337s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using intersect(parent_id,status); Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 177 AND `status` = 1 [ RunTime:0.000335s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 2,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 172 AND `status` = 1 [ RunTime:0.000407s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 2,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name` FROM `mt_admin_menu` WHERE `parent_id` = 167 AND `status` = 1 AND `type` = 1 LIMIT 3 [ RunTime:0.000468s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 2,
'extra' => 'Using intersect(parent_id,status); Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_examination_type` [ RunTime:0.001217s ]
- [ SQL ] SELECT * FROM `mt_examination_type` WHERE `status` = 0 [ RunTime:0.000395s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 5,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_juvenile_type` [ RunTime:0.000942s ]
- [ SQL ] SELECT * FROM `mt_juvenile_type` WHERE `status` = 0 [ RunTime:0.000362s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_celebrity_type` [ RunTime:0.000793s ]
- [ SQL ] SELECT * FROM `mt_celebrity_type` WHERE `status` = 0 [ RunTime:0.000319s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_class_examination` [ RunTime:0.000950s ]
- [ SQL ] SELECT * FROM `mt_class_examination` WHERE `status` = 0 ORDER BY `c_time` DESC LIMIT 8 [ RunTime:0.000442s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_class_examination',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_class_juvenile` [ RunTime:0.001136s ]
- [ SQL ] SELECT * FROM `mt_class_juvenile` WHERE `status` = 0 ORDER BY `c_time` DESC LIMIT 8 [ RunTime:0.000381s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_class_juvenile',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 13,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_class_celebrity` [ RunTime:0.000957s ]
- [ SQL ] SELECT * FROM `mt_class_celebrity` WHERE `status` = 0 ORDER BY `c_time` DESC LIMIT 8 [ RunTime:0.000431s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_class_celebrity',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000359s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000269s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000233s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000249s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 4 AND `status` = 0 LIMIT 1 [ RunTime:0.000224s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 4 AND `status` = 0 LIMIT 1 [ RunTime:0.000257s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 4 AND `status` = 0 LIMIT 1 [ RunTime:0.000231s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_examination_type` WHERE `id` = 4 AND `status` = 0 LIMIT 1 [ RunTime:0.000268s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_examination_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000240s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000272s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000257s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000259s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 2 AND `status` = 0 LIMIT 1 [ RunTime:0.000253s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 2 AND `status` = 0 LIMIT 1 [ RunTime:0.000243s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 8 AND `status` = 0 LIMIT 1 [ RunTime:0.000255s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_juvenile_type` WHERE `id` = 8 AND `status` = 0 LIMIT 1 [ RunTime:0.000236s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_juvenile_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 3 AND `status` = 0 LIMIT 1 [ RunTime:0.000254s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000227s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000210s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000186s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000216s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000257s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000329s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `title` FROM `mt_celebrity_type` WHERE `id` = 1 AND `status` = 0 LIMIT 1 [ RunTime:0.000274s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_celebrity_type',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `keyword` FROM `mt_admin_menu` WHERE `id` = 209 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000371s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'const',
'possible_keys' => 'PRIMARY,parent_id',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SELECT `description` FROM `mt_admin_menu` WHERE `id` = 209 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000332s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_admin_menu',
'type' => 'const',
'possible_keys' => 'PRIMARY,parent_id',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_auction_list` [ RunTime:0.001638s ]
- [ SQL ] SELECT `id` FROM `mt_auction_list` WHERE `end_time` < 1732299773 AND `b_box` = 2 [ RunTime:0.000505s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 763,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `mt_auction_list` SET `b_box` = 1 , `is_order` = 2 WHERE `id` IN ('') [ RunTime:0.000528s ]
- [ SQL ] SELECT `id` FROM `mt_auction_list` WHERE `start_time` <= 1732299773 AND `end_time` > 1732299773 [ RunTime:0.000321s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 763,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `mt_auction_list` SET `b_box` = 2 WHERE `id` IN ('') [ RunTime:0.000441s ]
- [ SQL ] SHOW COLUMNS FROM `mt_auction_type` [ RunTime:0.001487s ]
- [ SQL ] SELECT * FROM `mt_auction_type` WHERE `status` = 0 [ RunTime:0.000491s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_type',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 1 AND `status` = 0 AND `b_box` = 3 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000443s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => NULL,
'rows' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 2 AND `status` = 0 AND `b_box` = 3 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000505s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => NULL,
'rows' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 3 AND `status` = 0 AND `b_box` = 3 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000419s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => NULL,
'rows' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 4 AND `status` = 0 AND `b_box` = 3 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000405s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => NULL,
'rows' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 1 AND `status` = 0 AND `b_box` = 3 [ RunTime:0.000479s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 763,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 2 AND `status` = 0 AND `b_box` = 3 [ RunTime:0.000435s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 763,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 3 AND `status` = 0 AND `b_box` = 3 [ RunTime:0.000311s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 763,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mt_auction_list` WHERE `p_id` = 4 AND `status` = 0 AND `b_box` = 3 [ RunTime:0.000299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_auction_list',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 763,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_theme_file` [ RunTime:0.001541s ]
- [ SQL ] SELECT * FROM `mt_theme_file` WHERE `theme` = 'default' [ RunTime:0.000471s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mt_theme` [ RunTime:0.001270s ]
- [ SQL ] UPDATE `mt_theme` SET `name` = 'default' , `version` = '1.0.0' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = 'ThinkCMF' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'ThinkCMF默认模板' , `description` = 'ThinkCMF默认模板' WHERE `theme` = 'default' [ RunTime:0.000512s ]
- [ SQL ] SELECT `more` FROM `mt_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = 'api/Yipai/yuzhan' ) [ RunTime:0.000511s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mt_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where',
) ]
0.160462s