SHOW FULL COLUMNS FROM `website_domains` [ RunTime:0.001453s ]
SELECT * FROM `website_domains` WHERE `domain` = 'baishuokj.cn' LIMIT 1 [ RunTime:0.001065s ]
SHOW FULL COLUMNS FROM `websites` [ RunTime:0.001489s ]
SELECT * FROM `websites` WHERE `id` = 46 AND `status` = 1 AND `deleted_at` IS NULL LIMIT 1 [ RunTime:0.001059s ]
SHOW FULL COLUMNS FROM `website_templates` [ RunTime:0.001388s ]
SELECT * FROM `website_templates` WHERE `id` = 42 AND `status` = 1 AND `deleted_at` IS NULL LIMIT 1 [ RunTime:0.000916s ]
SHOW FULL COLUMNS FROM `website_slot_bindings` [ RunTime:0.001371s ]
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` = '46' ORDER BY `b`.`id` [ RunTime:0.001070s ]
SHOW FULL COLUMNS FROM `website_data_source_overrides` [ RunTime:0.001318s ]
SELECT * FROM `website_data_source_overrides` WHERE `site_id` = 46 AND `status` = 1 ORDER BY `id` [ RunTime:0.000997s ]
SHOW FULL COLUMNS FROM `data_collections` [ RunTime:0.001437s ]
SELECT `id` FROM `data_collections` WHERE `collection_code` = 'manhua_single' AND `deleted_at` IS NULL AND `status` = 1 LIMIT 1 [ RunTime:0.000879s ]
SELECT * FROM `data_collections` WHERE `id` = 31 AND `deleted_at` IS NULL AND `status` = 1 LIMIT 1 [ RunTime:0.001144s ]
SHOW FULL COLUMNS FROM `data_set_fields` [ RunTime:0.001408s ]
SELECT * FROM `data_set_fields` WHERE `collection_id` = 31 ORDER BY `sort_order`,`id` [ RunTime:0.001181s ]
SHOW FULL COLUMNS FROM `website_data_visibilities` [ RunTime:0.001406s ]
SELECT * FROM `website_data_visibilities` WHERE `site_id` = 46 AND `source_alias` = 'manhua_single' LIMIT 1 [ RunTime:0.000937s ]
SHOW FULL COLUMNS FROM `website_documents` [ RunTime:0.001551s ]
SELECT * FROM `website_documents` WHERE `site_id` = 46 AND `deleted_at` IS NULL AND `status` = 1 ORDER BY `sort_order` ASC,`id` ASC [ RunTime:0.001449s ]
SHOW FULL COLUMNS FROM `system_settings` [ RunTime:0.001393s ]
SELECT * FROM `system_settings` WHERE `setting_key` = 'content_search_engine' LIMIT 1 [ RunTime:0.000825s ]
SELECT * FROM `system_settings` WHERE `setting_key` = 'content_search_engine' LIMIT 1 [ RunTime:0.000936s ]
SELECT * FROM `system_settings` WHERE `setting_key` = 'content_search_engine' LIMIT 1 [ RunTime:0.000824s ]
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.037686s ]
SHOW COLUMNS FROM `content_search_logs` LIKE 'entry_path' [ RunTime:0.001406s ]
SHOW FULL COLUMNS FROM `content_search_logs` [ RunTime:0.001394s ]
SELECT MAX(`id`) AS think_max FROM `content_search_logs` LIMIT 1 [ RunTime:0.000772s ]
DELETE FROM `content_search_logs` WHERE `id` < 12160 [ RunTime:0.008519s ]
SHOW FULL COLUMNS FROM `data_set_manhua_single` [ RunTime:0.001455s ]
SELECT COUNT(*) AS think_count FROM `data_set_manhua_single` WHERE `deleted_at` IS NULL AND `owner_name` = '泉州百烁科技有限公司' LIMIT 1 [ RunTime:0.001119s ]
SELECT `record_uid`,`created_at`,`updated_at`,`title`,`cover`,`author`,`style`,`comic_status` FROM `data_set_manhua_single` WHERE `deleted_at` IS NULL AND `owner_name` = '泉州百烁科技有限公司' ORDER BY `updated_at` DESC LIMIT 0,50 [ RunTime:0.001168s ]