基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-03-06 01:51:16 HTTP/1.1 GET : https://novel.iusp.cn/home/search.html
- 运行时间 : 0.080376s [ 吞吐率:12.44req/s ] 内存消耗:90.40kb 文件加载:192
- 查询信息 : 0 queries
- 缓存信息 : 9 reads,1 writes
- 会话信息 : SESSION_ID=e0288efa9b2e89adc6541811fd283653
- CONNECT:[ UseTime:0.000849s ] mysql:host=127.0.0.1;port=3306;dbname=novel;charset=utf8mb4
- SHOW FULL COLUMNS FROM `fn_route` [ RunTime:0.001737s ]
- SELECT `id`,`rule`,`name`,`group` FROM `fn_route` WHERE `status` = 1 ORDER BY `id` ASC [ RunTime:0.000812s ]
- SHOW FULL COLUMNS FROM `fn_category` [ RunTime:0.002326s ]
- SHOW FULL COLUMNS FROM `fn_book` [ RunTime:0.001641s ]
- SELECT COUNT(*) AS think_count FROM `fn_book` WHERE `status` = 1 LIMIT 1 [ RunTime:0.000765s ]
- SELECT `id`,`title`,`author`,`filename`,`cover`,`hits`,`words`,`isfinish`,`remark` FROM `fn_book` WHERE `status` = 1 ORDER BY `hits` DESC LIMIT 0,21 [ RunTime:0.000905s ]
- SHOW FULL COLUMNS FROM `fn_search_log` [ RunTime:0.001756s ]
- INSERT INTO `fn_search_log` SET `type` = 1 , `client` = 2 , `keyword` = '' , `user_id` = 0 , `resnum` = 1 , `create_time` = 1772733076 [ RunTime:0.004008s ]
- SELECT keyword, COUNT(*) as search_count FROM `fn_search_log` WHERE `create_time` >= 1772128276 AND `type` = 1 GROUP BY `keyword` ORDER BY `search_count` DESC LIMIT 1 [ RunTime:0.001453s ]
- SELECT `id`,`title`,`author`,`filename`,`cover`,`hits`,`words`,`isfinish`,`remark` FROM `fn_book` WHERE `status` = 1 AND ( `title` LIKE '%%' OR `author` LIKE '%%' ) ORDER BY `hits` DESC LIMIT 10 [ RunTime:0.000972s ]
- SELECT * FROM `fn_category` WHERE `status` = 1 AND `pid` = 0 ORDER BY `ordernum` ASC [ RunTime:0.001078s ]

0.081387s