16.68 ms (74.38%)
|
20 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.state AS state_6, t0.source AS source_7, t0.debug_data AS debug_data_8, t0.product_type AS product_type_9, t0.product_page_data AS product_page_data_10, t0.spider_source_url_id AS spider_source_url_id_11, t0.project_id AS project_id_12 FROM product_url t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.url AS url_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.state AS state_6, t0.source AS source_7, t0.debug_data AS debug_data_8, t0.product_type AS product_type_9, t0.product_page_data AS product_page_data_10, t0.spider_source_url_id AS spider_source_url_id_11, t0.project_id AS project_id_12 FROM product_url t0 WHERE t0.id = 4316;
|
3.77 ms (16.79%)
|
1 |
SELECT a0_.id AS id_0, a0_.request_content AS request_content_1, a0_.response_content AS response_content_2, a0_.model AS model_3, a0_.provider AS provider_4, a0_.action AS action_5, a0_.created_at AS created_at_6, a0_.updated_at AS updated_at_7, a0_.response_output_type AS response_output_type_8, a0_.project_id AS project_id_9, a0_.lab_report_id AS lab_report_id_10, a0_.product_url_id AS product_url_id_11 FROM ailog a0_ WHERE a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
2248
2249
2250
2251
2252
2254
2256
2258
2260
2264
2266
2268
2272
2279
2280
2281
2282
2283
2284
2363
]
SELECT a0_.id AS id_0, a0_.request_content AS request_content_1, a0_.response_content AS response_content_2, a0_.model AS model_3, a0_.provider AS provider_4, a0_.action AS action_5, a0_.created_at AS created_at_6, a0_.updated_at AS updated_at_7, a0_.response_output_type AS response_output_type_8, a0_.project_id AS project_id_9, a0_.lab_report_id AS lab_report_id_10, a0_.product_url_id AS product_url_id_11 FROM ailog a0_ WHERE a0_.id IN (2248, 2249, 2250, 2251, 2252, 2254, 2256, 2258, 2260, 2264, 2266, 2268, 2272, 2279, 2280, 2281, 2282, 2283, 2284, 2363);
|
0.52 ms (2.34%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.prompt AS prompt_4, t0.chat_json AS chat_json_5, t0.external_lab_reports_url AS external_lab_reports_url_6, t0.product_matching_url AS product_matching_url_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.spider_source_matching_urls AS spider_source_matching_urls_10, t0.state AS state_11, t0.website_framework AS website_framework_12, t0.debug_data AS debug_data_13, t0.product_exclude_paths AS product_exclude_paths_14, t0.user_id AS user_id_15 FROM project t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.prompt AS prompt_4, t0.chat_json AS chat_json_5, t0.external_lab_reports_url AS external_lab_reports_url_6, t0.product_matching_url AS product_matching_url_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.spider_source_matching_urls AS spider_source_matching_urls_10, t0.state AS state_11, t0.website_framework AS website_framework_12, t0.debug_data AS debug_data_13, t0.product_exclude_paths AS product_exclude_paths_14, t0.user_id AS user_id_15 FROM project t0 WHERE t0.id = 3;
|