基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-06-17 20:16:00 HTTP/1.0 GET : https://xkj168.com/posts/district/42
- 运行时间 : 0.011098s [ 吞吐率:90.11req/s ] 内存消耗:1,295.07kb 文件加载:128
- 查询信息 : 0 queries
- 缓存信息 : 0 reads,0 writes
- CONNECT:[ UseTime:0.000338s ] mysql:host=127.0.0.1;port=3306;dbname=dacheng_db;charset=utf8
- SHOW FULL COLUMNS FROM `district` [ RunTime:0.000498s ]
- SELECT * FROM `district` WHERE `id` = 42 LIMIT 1 [ RunTime:0.000218s ]
- SHOW FULL COLUMNS FROM `city` [ RunTime:0.000290s ]
- SELECT * FROM `city` WHERE `id` = 3 LIMIT 1 [ RunTime:0.000185s ]
- SHOW FULL COLUMNS FROM `province` [ RunTime:0.000282s ]
- SELECT * FROM `province` WHERE `id` = 3 LIMIT 1 [ RunTime:0.000193s ]
- SELECT * FROM `district` WHERE `city_id` = 3 AND `status` = 1 ORDER BY `sort` ASC [ RunTime:0.000217s ]
- SELECT * FROM `province` WHERE `status` = 1 ORDER BY `sort` ASC [ RunTime:0.000209s ]
- SELECT * FROM `city` WHERE `status` = 1 ORDER BY `sort` ASC [ RunTime:0.000288s ]
- SELECT * FROM `post` WHERE `province` = '广东' AND `city` = '广州' AND `district` = '42' AND `status` = 1 ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.001350s ]
- SELECT COUNT(*) AS think_count FROM `post` WHERE `city` = '广州' AND `district` = '42' AND `status` = 1 LIMIT 1 [ RunTime:0.000752s ]
- 查询条件: city=广州, district_id=42
- 查询到的帖子数量: 0

0.011549s