基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-07-15 15:17:25 HTTP/2.0 GET : https://admin.blblclub.cn/admin/login/index
- 运行时间 : 0.018800s [ 吞吐率:53.19req/s ] 内存消耗:383.23kb 文件加载:183
- 查询信息 : 0 queries
- 缓存信息 : 0 reads,0 writes
- 会话信息 : SESSION_ID=e70c6f4bb35b730bda19125919f4551b
- CONNECT:[ UseTime:0.000586s ] mysql:host=127.0.0.1;port=3306;dbname=43_254_106_191;charset=utf8mb4
- CREATE TABLE IF NOT EXISTS `ea8_demo_visitor` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0 COMMENT 'demo role id',
`admin_id` int unsigned NOT NULL DEFAULT 0 COMMENT 'demo admin id',
`admin_username` varchar(80) NOT NULL DEFAULT '',
`openid` varchar(100) NOT NULL DEFAULT '',
`unionid` varchar(100) NOT NULL DEFAULT '',
`nickname` varchar(120) NOT NULL DEFAULT '',
`avatar` varchar(500) NOT NULL DEFAULT '',
`mobile` varchar(20) NOT NULL DEFAULT '',
`device_id` varchar(80) NOT NULL DEFAULT '',
`device_fingerprint` varchar(255) NOT NULL DEFAULT '',
`ip` varchar(80) NOT NULL DEFAULT '',
`user_agent` varchar(500) NOT NULL DEFAULT '',
`status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 normal,2 watch,0 blocked',
`block_reason` varchar(255) NOT NULL DEFAULT '',
`first_visit_time` int unsigned DEFAULT NULL,
`last_visit_time` int unsigned DEFAULT NULL,
`visit_count` int unsigned NOT NULL DEFAULT 0,
`abnormal_count` int unsigned NOT NULL DEFAULT 0,
`last_scan_token` varchar(80) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_auth_mobile` (`auth_id`,`mobile`),
KEY `idx_auth_openid` (`auth_id`,`openid`),
KEY `idx_device` (`device_id`),
KEY `idx_ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo visitors' [ RunTime:0.001707s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_access_log` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int unsigned NOT NULL DEFAULT 0,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`admin_id` int unsigned NOT NULL DEFAULT 0,
`method` varchar(12) NOT NULL DEFAULT '',
`url` varchar(1000) NOT NULL DEFAULT '',
`path` varchar(255) NOT NULL DEFAULT '',
`node` varchar(255) NOT NULL DEFAULT '',
`ip` varchar(80) NOT NULL DEFAULT '',
`device_id` varchar(80) NOT NULL DEFAULT '',
`user_agent` varchar(500) NOT NULL DEFAULT '',
`request_data` text,
`response_code` int NOT NULL DEFAULT 200,
`is_ajax` tinyint(1) NOT NULL DEFAULT 0,
`is_write` tinyint(1) NOT NULL DEFAULT 0,
`risk_level` tinyint(1) NOT NULL DEFAULT 0,
`summary` varchar(255) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_visitor_time` (`visitor_id`,`create_time`),
KEY `idx_auth_time` (`auth_id`,`create_time`),
KEY `idx_ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo access logs' [ RunTime:0.001423s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_block_rule` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`type` varchar(30) NOT NULL DEFAULT '' COMMENT 'mobile,openid,ip,device',
`value` varchar(255) NOT NULL DEFAULT '',
`reason` varchar(255) NOT NULL DEFAULT '',
`status` tinyint(1) NOT NULL DEFAULT 1,
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_rule` (`auth_id`,`type`,`value`(120),`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo block rules' [ RunTime:0.001183s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_role_config` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`verify_text` varchar(500) NOT NULL DEFAULT '',
`watermark_enabled` tinyint(1) NOT NULL DEFAULT 1,
`require_wechat` tinyint(1) NOT NULL DEFAULT 1,
`require_mobile` tinyint(1) NOT NULL DEFAULT 1,
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_auth` (`auth_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo role config' [ RunTime:0.000934s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_role_node` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`node` varchar(255) NOT NULL DEFAULT '',
`access_mode` varchar(20) NOT NULL DEFAULT 'allow' COMMENT 'allow,request,deny',
`remark` varchar(255) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_auth_node` (`auth_id`,`node`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo role node policy' [ RunTime:0.001221s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_approval_request` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int unsigned NOT NULL DEFAULT 0,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`node` varchar(255) NOT NULL DEFAULT '',
`status` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0 pending,1 approved,2 rejected',
`apply_reason` varchar(500) NOT NULL DEFAULT '',
`reason` varchar(255) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_visitor_node` (`visitor_id`,`node`(191),`status`),
KEY `idx_auth_status` (`auth_id`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo approval requests' [ RunTime:0.000928s ]
- SHOW COLUMNS FROM `ea8_demo_approval_request` LIKE 'apply_reason' [ RunTime:0.000837s ]
- SHOW FULL COLUMNS FROM `ea8_system_config` [ RunTime:0.000436s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'iframe_open_top' LIMIT 1 [ RunTime:0.000343s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_name' LIMIT 1 [ RunTime:0.000234s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_ico' LIMIT 1 [ RunTime:0.000214s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_copyright' LIMIT 1 [ RunTime:0.000256s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_beian' LIMIT 1 [ RunTime:0.000318s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'admin_background' LIMIT 1 [ RunTime:0.000235s ]

0.020171s