订单摘要
商品总价:
¥0.00
运费保价:
免运费
活动满减:
-¥0.00
实付总额:
¥0.00
请选择要结算的商品
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-07-24 19:53:56 HTTP/1.1 GET : http://binguolai.com/page/cart
- 运行时间 : 0.095419s [ 吞吐率:10.48req/s ] 内存消耗:1,172.14kb 文件加载:155
- 查询信息 : 0 queries
- 缓存信息 : 0 reads,0 writes
- CONNECT:[ UseTime:0.001203s ] mysql:host=127.0.0.1;port=3306;dbname=antdweb;charset=utf8mb4
- SHOW FULL COLUMNS FROM `website_domains` [ RunTime:0.001726s ]
- SELECT * FROM `website_domains` WHERE `domain` = 'binguolai.com' LIMIT 1 [ RunTime:0.001333s ]
- SHOW FULL COLUMNS FROM `websites` [ RunTime:0.001666s ]
- SELECT * FROM `websites` WHERE `id` = 59 AND `status` = 1 AND `deleted_at` IS NULL LIMIT 1 [ RunTime:0.001207s ]
- SHOW FULL COLUMNS FROM `website_templates` [ RunTime:0.001737s ]
- SELECT * FROM `website_templates` WHERE `id` = 33 AND `status` = 1 AND `deleted_at` IS NULL LIMIT 1 [ RunTime:0.001168s ]
- SHOW FULL COLUMNS FROM `website_slot_bindings` [ RunTime:0.001545s ]
- SELECT `b`.*,c.name collection_name,`c`.`table_suffix`,`c`.`physical_table` FROM `website_slot_bindings` `b` LEFT JOIN `data_collections` `c` ON `c`.`id`=`b`.`collection_id` WHERE `b`.`site_id` = '59' ORDER BY `b`.`id` [ RunTime:0.001253s ]
- SHOW FULL COLUMNS FROM `website_data_source_overrides` [ RunTime:0.001548s ]
- SELECT * FROM `website_data_source_overrides` WHERE `site_id` = 59 AND `status` = 1 ORDER BY `id` [ RunTime:0.000868s ]
- SHOW FULL COLUMNS FROM `data_collections` [ RunTime:0.001468s ]
- SELECT `id` FROM `data_collections` WHERE `collection_code` = 'fenleixinxi' AND `deleted_at` IS NULL AND `status` = 1 LIMIT 1 [ RunTime:0.000804s ]
- SELECT * FROM `data_collections` WHERE `id` = 22 AND `deleted_at` IS NULL AND `status` = 1 LIMIT 1 [ RunTime:0.000798s ]
- SHOW FULL COLUMNS FROM `data_set_fields` [ RunTime:0.001775s ]
- SELECT * FROM `data_set_fields` WHERE `collection_id` = 22 ORDER BY `sort_order`,`id` [ RunTime:0.001382s ]
- SHOW FULL COLUMNS FROM `website_data_visibilities` [ RunTime:0.001481s ]
- SELECT * FROM `website_data_visibilities` WHERE `site_id` = 59 AND `source_alias` = 'fenleixinxi' LIMIT 1 [ RunTime:0.000836s ]
- SELECT `id` FROM `data_collections` WHERE `collection_code` = 'shop_jd' AND `deleted_at` IS NULL AND `status` = 1 LIMIT 1 [ RunTime:0.001025s ]
- SELECT * FROM `data_collections` WHERE `id` = 25 AND `deleted_at` IS NULL AND `status` = 1 LIMIT 1 [ RunTime:0.001217s ]
- SELECT * FROM `data_set_fields` WHERE `collection_id` = 25 ORDER BY `sort_order`,`id` [ RunTime:0.001287s ]
- SELECT * FROM `website_data_visibilities` WHERE `site_id` = 59 AND `source_alias` = 'goods' LIMIT 1 [ RunTime:0.000944s ]
- SHOW FULL COLUMNS FROM `website_documents` [ RunTime:0.001583s ]
- SELECT * FROM `website_documents` WHERE `site_id` = 59 AND `deleted_at` IS NULL AND `status` = 1 ORDER BY `sort_order` ASC,`id` ASC [ RunTime:0.001220s ]
- SHOW FULL COLUMNS FROM `system_settings` [ RunTime:0.001428s ]
- SELECT * FROM `system_settings` WHERE `setting_key` = 'content_search_engine' LIMIT 1 [ RunTime:0.000998s ]
- SELECT * FROM `system_settings` WHERE `setting_key` = 'content_search_engine' LIMIT 1 [ RunTime:0.001040s ]
- SELECT * FROM `system_settings` WHERE `setting_key` = 'content_search_engine' LIMIT 1 [ RunTime:0.001092s ]
- CREATE TABLE IF NOT EXISTS `content_search_logs` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`operation` VARCHAR(64) NOT NULL DEFAULT '',
`entry_path` VARCHAR(255) NOT NULL DEFAULT '',
`source` VARCHAR(128) NOT NULL DEFAULT '',
`index_uid` VARCHAR(128) NOT NULL DEFAULT '',
`collection_code` VARCHAR(64) NOT NULL DEFAULT '',
`keyword` VARCHAR(255) NOT NULL DEFAULT '',
`filter_expr` VARCHAR(1000) NOT NULL DEFAULT '',
`sort_expr` VARCHAR(255) NOT NULL DEFAULT '',
`method` VARCHAR(12) NOT NULL DEFAULT '',
`path` VARCHAR(255) NOT NULL DEFAULT '',
`status_code` INT NOT NULL DEFAULT 0,
`duration_ms` INT NOT NULL DEFAULT 0,
`result_count` INT NULL,
`total_hits` INT NULL,
`error_message` VARCHAR(1000) NULL,
`created_at` DATETIME NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_created` (`created_at`),
KEY `idx_collection_created` (`collection_code`, `created_at`),
KEY `idx_operation_created` (`operation`, `created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci [ RunTime:0.004339s ]
- SHOW COLUMNS FROM `content_search_logs` LIKE 'entry_path' [ RunTime:0.001242s ]
- SHOW FULL COLUMNS FROM `content_search_logs` [ RunTime:0.001451s ]
- INSERT INTO `content_search_logs` SET `operation` = 'site_data_search' , `entry_path` = '/site-api/data/search' , `source` = 'business_site:binguolai:goods' , `index_uid` = 'prov_dataset_shop_jd' , `collection_code` = 'shop_jd' , `keyword` = '' , `filter_expr` = '' , `sort_expr` = 'created_at:desc' , `method` = 'POST' , `path` = '/indexes/prov_dataset_shop_jd/search' , `status_code` = 200 , `duration_ms` = 7 , `result_count` = 15 , `total_hits` = 1000 , `error_message` = NULL , `created_at` = '2026-07-24 19:53:56' [ RunTime:0.008496s ]
- SELECT MAX(`id`) AS think_max FROM `content_search_logs` LIMIT 1 [ RunTime:0.000674s ]
- DELETE FROM `content_search_logs` WHERE `id` < 43094 [ RunTime:0.008509s ]

0.097804s