基本
文件
流程
錯(cuò)誤
SQL
調(diào)試
- 請(qǐng)求信息 : 2025-05-03 22:55:00 HTTP/1.1 GET : http://www.b2cshop.com.cn/search/index/k/%E8%88%9E%E8%B9%88.html
- 運(yùn)行時(shí)間 : 0.013008s [ 吞吐率:76.88req/s ] 內(nèi)存消耗:1,312.15kb 文件加載:148
- 查詢信息 : 0 queries
- 緩存信息 : 0 reads,0 writes
- 會(huì)話信息 : SESSION_ID=953085f609947f6283718ad8efa92c81
- CONNECT:[ UseTime:0.000372s ] mysql:host=127.0.0.1;port=3306;dbname=zhixue;charset=utf8
- SHOW FULL COLUMNS FROM `zx_system` [ RunTime:0.000549s ]
- SELECT * FROM `zx_system` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000319s ]
- SHOW FULL COLUMNS FROM `zx_article` [ RunTime:0.000490s ]
- SHOW FULL COLUMNS FROM `zx_course` [ RunTime:0.000413s ]
- SHOW FULL COLUMNS FROM `zx_cate` [ RunTime:0.000393s ]
- SHOW FULL COLUMNS FROM `zx_school` [ RunTime:0.000432s ]
- select id,1 as type,title,create_time from zx_article where title like '%舞蹈%'
UNION
select id,2 as type,title,create_time from zx_school where title like '%舞蹈%'
UNION
select id,3 as type,title,create_time from zx_course where title like '%舞蹈%'
order by create_time desc [ RunTime:0.000471s ]
- SELECT * FROM `zx_school` WHERE `status` = 1 ORDER BY rand() LIMIT 12 [ RunTime:0.000733s ]
- SELECT * FROM `zx_school` WHERE `status` = 1 ORDER BY rand() LIMIT 12 [ RunTime:0.000668s ]
- 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.001199s ]