2.52 ms (36.77%)
16
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . category AS category_3 , t0 . category_param AS category_param_4 FROM category_values t0 WHERE t0 . category = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . category AS category_3 , t0 . category_param AS category_param_4 FROM category_values t0 WHERE t0 . category = 1 ;
Copy
2.07 ms (30.28%)
16
SELECT te . file_id AS file_id , te . fid AS fid , te . file_type AS file_type , te . file_name AS file_name , te . file_label AS file_label , te . file_desc AS file_desc , te . file_size AS file_size , te . file_ext AS file_ext , te . file_link AS file_link , te . file_created_at AS file_created_at , te . file_tmp_status AS file_tmp_status , te . file_width AS file_width , te . file_height AS file_height , te . file_blurhash AS file_blurhash , te . file_mime_type AS file_mime_type , te . file_original_name AS file_original_name FROM file te JOIN category_to_file t ON t . file_id = te . file_id WHERE t . category_id = ? AND te . file_type = ?
Parameters :
[
1
"mainphoto "
]
SELECT te . file_id AS file_id , te . fid AS fid , te . file_type AS file_type , te . file_name AS file_name , te . file_label AS file_label , te . file_desc AS file_desc , te . file_size AS file_size , te . file_ext AS file_ext , te . file_link AS file_link , te . file_created_at AS file_created_at , te . file_tmp_status AS file_tmp_status , te . file_width AS file_width , te . file_height AS file_height , te . file_blurhash AS file_blurhash , te . file_mime_type AS file_mime_type , te . file_original_name AS file_original_name FROM file te JOIN category_to_file t ON t . file_id = te . file_id WHERE t . category_id = 1 AND te . file_type = 'mainphoto' ;
Copy
1.68 ms (24.50%)
14
SELECT t0 . id AS id_1 , t0 . category_type AS category_type_2 , t0 . short_name AS short_name_3 , t0 . label AS label_4 , t0 . field_type AS field_type_5 , t0 . form_field_type AS form_field_type_6 , t0 . form_field_required AS form_field_required_7 , t0 . dict AS dict_8 FROM category_params t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . category_type AS category_type_2 , t0 . short_name AS short_name_3 , t0 . label AS label_4 , t0 . field_type AS field_type_5 , t0 . form_field_type AS form_field_type_6 , t0 . form_field_required AS form_field_required_7 , t0 . dict AS dict_8 FROM category_params t0 WHERE t0 . id = 1 ;
Copy
0.30 ms (4.40%)
1
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . name_hash AS name_hash_2 , o0_ . user_name AS user_name_3 , o0_ . user_name_hash AS user_name_hash_4 , o0_ . password AS password_5 , o0_ . token AS token_6 , o0_ . api_type AS api_type_7 , o0_ . base_url AS base_url_8 , o0_ . api_key AS api_key_9 , o0_ . status AS status_10 , o0_ . channel AS channel_11 , o0_ . short_name AS short_name_12 FROM outside_system o0_ WHERE o0_ . user_name_hash = ?
Parameters :
[
"0df29046a9d59c5039e39d69a53a3ae3daafba896e13724d6edeaf842ab88d095f5d9bfc9b3d77252e7934637e374c83710e15766f3512703f1531685471cd95 "
]
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . name_hash AS name_hash_2 , o0_ . user_name AS user_name_3 , o0_ . user_name_hash AS user_name_hash_4 , o0_ . password AS password_5 , o0_ . token AS token_6 , o0_ . api_type AS api_type_7 , o0_ . base_url AS base_url_8 , o0_ . api_key AS api_key_9 , o0_ . status AS status_10 , o0_ . channel AS channel_11 , o0_ . short_name AS short_name_12 FROM outside_system o0_ WHERE o0_ . user_name_hash = '0df29046a9d59c5039e39d69a53a3ae3daafba896e13724d6edeaf842ab88d095f5d9bfc9b3d77252e7934637e374c83710e15766f3512703f1531685471cd95' ;
Copy
0.28 ms (4.05%)
1
SELECT t0 . category_id AS category_id_1 , t0 . category_name AS category_name_2 , t0 . category_desc AS category_desc_3 , t0 . category_type AS category_type_4 , t0 . category_theme AS category_theme_5 , t0 . category_priority AS category_priority_6 , t0 . category_option AS category_option_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . category_email_notification AS category_email_notification_10 , t0 . created_by AS created_by_11 , t0 . outside_system_created_by_id AS outside_system_created_by_id_12 FROM category t0
SELECT t0 . category_id AS category_id_1 , t0 . category_name AS category_name_2 , t0 . category_desc AS category_desc_3 , t0 . category_type AS category_type_4 , t0 . category_theme AS category_theme_5 , t0 . category_priority AS category_priority_6 , t0 . category_option AS category_option_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . category_email_notification AS category_email_notification_10 , t0 . created_by AS created_by_11 , t0 . outside_system_created_by_id AS outside_system_created_by_id_12 FROM category t0 ;
Copy