基本
文件
流程
錯(cuò)誤
SQL
調(diào)試
- 請(qǐng)求信息 : 2025-05-04 04:18:22 HTTP/1.1 GET : http://m.b2cshop.com.cn/search/index/k/K12.html
- 運(yùn)行時(shí)間 : 0.013065s [ 吞吐率:76.54req/s ] 內(nèi)存消耗:1,222.16kb 文件加載:148
- 查詢(xún)信息 : 0 queries
- 緩存信息 : 0 reads,0 writes
- 會(huì)話信息 : SESSION_ID=3a28d1635b9604331d0079ec60773b8c
- CONNECT:[ UseTime:0.000410s ] mysql:host=127.0.0.1;port=3306;dbname=zhixue;charset=utf8
- SHOW FULL COLUMNS FROM `zx_system` [ RunTime:0.000568s ]
- SELECT * FROM `zx_system` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000312s ]
- SHOW FULL COLUMNS FROM `zx_article` [ RunTime:0.000450s ]
- SHOW FULL COLUMNS FROM `zx_course` [ RunTime:0.000438s ]
- SHOW FULL COLUMNS FROM `zx_cate` [ RunTime:0.000393s ]
- SHOW FULL COLUMNS FROM `zx_school` [ RunTime:0.000433s ]
- select id,1 as type,title,create_time from zx_article where title like '%K12%'
UNION
select id,2 as type,title,create_time from zx_school where title like '%K12%'
UNION
select id,3 as type,title,create_time from zx_course where title like '%K12%'
order by create_time desc [ RunTime:0.000482s ]
- SELECT * FROM `zx_school` WHERE `status` = 1 ORDER BY rand() LIMIT 12 [ RunTime:0.000811s ]
- SELECT * FROM `zx_school` WHERE `status` = 1 ORDER BY rand() LIMIT 12 [ RunTime:0.000666s ]
- SELECT `a`.* FROM `zx_course` `a` LEFT JOIN `zx_school` `b` ON `a`.`school_id`=`b`.`id` WHERE `a`.`status` = '1' AND `b`.`status` = '1' ORDER BY rand() LIMIT 12 [ RunTime:0.001016s ]