欢迎光临,精彩内容即将呈现!
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-09-18 19:33:15 HTTP/2.0 GET : https://cesuanbao.com/
- 运行时间 : 0.167180s [ 吞吐率:5.98req/s ] 内存消耗:5,473.15kb 文件加载:198
- 缓存信息 : 0 reads,0 writes
- 会话信息 : SESSION_ID=b217f2725ec32f33efc75db6310738b0
- CONNECT:[ UseTime:0.002415s ] mysql:host=127.0.0.1;port=3306;dbname=cesuanbao_com;charset=utf8mb4
- SHOW TABLES LIKE 'lan_subscription_plan' [ RunTime:0.004281s ]
- SHOW TABLES LIKE 'lan_subscription_plan_translation' [ RunTime:0.005591s ]
- SHOW TABLES LIKE 'lan_plan_entitlement_translation' [ RunTime:0.004041s ]
- INSERT IGNORE INTO `lan_subscription_plan_translation` (plan_id, lang, name, description, is_translated, create_time, update_time)
SELECT p.id, 'zh-CN', p.name, p.description, 1, '1789731195', '1789731195'
FROM `lan_subscription_plan` p
LEFT JOIN `lan_subscription_plan_translation` t ON t.plan_id = p.id AND t.lang = 'zh-CN'
WHERE t.id IS NULL [ RunTime:0.003305s ]
- INSERT IGNORE INTO `lan_plan_entitlement_translation` (entitlement_id, lang, subject_title, is_translated, create_time, update_time)
SELECT e.id, 'zh-CN', e.subject_title, 1, '1789731195', '1789731195'
FROM `lan_plan_entitlement` e
LEFT JOIN `lan_plan_entitlement_translation` t ON t.entitlement_id = e.id AND t.lang = 'zh-CN'
WHERE t.id IS NULL [ RunTime:0.006371s ]
- SHOW TABLES LIKE 'lan_user_translation' [ RunTime:0.005137s ]
- INSERT IGNORE INTO `lan_user_translation` (user_id, lang, nickname, bio, avatar_alt, is_translated, create_time, update_time)
SELECT u.id, 'zh-CN', u.nickname, u.bio, '', 1, '1789731195', '1789731195'
FROM `lan_user` u
LEFT JOIN `lan_user_translation` t ON t.user_id = u.id AND t.lang = 'zh-CN'
WHERE t.id IS NULL [ RunTime:0.004116s ]
- SELECT `name` FROM `lan_addon` WHERE `state` = 1 ORDER BY `is_home` DESC,`id` ASC [ RunTime:0.002247s ]
0.168738s