基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-05-22 19:20:13 HTTP/2.0 GET : https://www.gusishu.com/poems?author_id=1694&dynasty=jin
- 运行时间 : 0.352072s [ 吞吐率:2.84req/s ] 内存消耗:5,255.63kb 文件加载:166
- 缓存信息 : 0 reads,0 writes
- CONNECT:[ UseTime:0.100682s ] mysql:host=mysql88dba41ebecb.rds.ivolces.com;port=3306;dbname=gusishu;charset=utf8mb4
- SHOW FULL COLUMNS FROM `gs_authors` [ RunTime:0.011622s ]
- SELECT * FROM `gs_authors` WHERE `id` = 1694 LIMIT 1 [ RunTime:0.002047s ]
- SHOW FULL COLUMNS FROM `gs_poems` [ RunTime:0.002768s ]
- SELECT `id` FROM `gs_poems` WHERE `status` = 1 AND `author_id` = 1694 AND `dynasty_id` = 8 ORDER BY `view_count` DESC,`id` DESC LIMIT 0,20 [ RunTime:0.002151s ]
- SELECT *,(SELECT COUNT(`id`) AS think_count FROM `gs_poems` `poem_count` WHERE ( `poem_count`.`author_id` =gs_authors.id )) AS `poems_count` FROM `gs_authors` ORDER BY `poems_count` DESC LIMIT 20 [ RunTime:0.192936s ]
- SHOW FULL COLUMNS FROM `gs_collections` [ RunTime:0.002785s ]
- SELECT * FROM `gs_collections` WHERE `status` = 1 ORDER BY `sort_order` ASC [ RunTime:0.002182s ]
0.354554s