0.47 ms (18.50%)
2
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . value AS value_2 , s0_ . description AS description_3 FROM system_setting s0_ WHERE s0_ . name = ?
Parameters :
[
"api.gocad.username "
]
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . value AS value_2 , s0_ . description AS description_3 FROM system_setting s0_ WHERE s0_ . name = 'api.gocad.username' ;
Copy
0.23 ms (8.92%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . data AS data_4 , t0 . top_target AS top_target_5 , t0 . type_id AS type_id_6 , t0 . created_by_id AS created_by_id_7 , t0 . network_id AS network_id_8 FROM target t0 WHERE t0 . network_id = ? AND t0 . type_id IN (? , ? ) AND t0 . top_target = ? ORDER BY t0 . created_at DESC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . data AS data_4 , t0 . top_target AS top_target_5 , t0 . type_id AS type_id_6 , t0 . created_by_id AS created_by_id_7 , t0 . network_id AS network_id_8 FROM target t0 WHERE t0 . network_id = 1 AND t0 . type_id IN (1 , 2 ) AND t0 . top_target = 1 ORDER BY t0 . created_at DESC ;
Copy
0.22 ms (8.67%)
1
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . enabled AS enabled_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . email_token AS email_token_8 , t0 . is_password_set AS is_password_set_9 , t0 . email_token_date AS email_token_date_10 , t11 . id AS id_12 , t11 . firstname AS firstname_13 , t11 . lastname AS lastname_14 , t11 . email AS email_15 , t11 . phone AS phone_16 , t11 . user_id AS user_id_17 , t11 . function_id AS function_id_18 , t11 . address_id AS address_id_19 , t0 . default_btob_territory_id AS default_btob_territory_id_20 , t0 . default_btoc_territory_id AS default_btoc_territory_id_21 , t0 . login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11 . user_id = t0 . id WHERE t0 . id = ?
Parameters :
[
b"\x01 ˜aV~d~Ù±¡£×Îu~ "
]
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . enabled AS enabled_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . email_token AS email_token_8 , t0 . is_password_set AS is_password_set_9 , t0 . email_token_date AS email_token_date_10 , t11 . id AS id_12 , t11 . firstname AS firstname_13 , t11 . lastname AS lastname_14 , t11 . email AS email_15 , t11 . phone AS phone_16 , t11 . user_id AS user_id_17 , t11 . function_id AS function_id_18 , t11 . address_id AS address_id_19 , t0 . default_btob_territory_id AS default_btob_territory_id_20 , t0 . default_btoc_territory_id AS default_btoc_territory_id_21 , t0 . login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11 . user_id = t0 . id WHERE t0 . id = 0x019861567E647ED9B1A1A3D7CE757EC2 ;
Copy
0.21 ms (8.49%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . enabled AS enabled_3 , t0 . discr FROM referential t0 WHERE t0 . id = ? AND t0 . discr IN ('refType' )
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . enabled AS enabled_3 , t0 . discr FROM referential t0 WHERE t0 . id = 1 AND t0 . discr IN ('refType' );
Copy
0.20 ms (8.04%)
1
SELECT t0 . id AS id_1 , t0 . number AS number_2 , t0 . name AS name_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . task_id AS task_id_6 , t0 . data AS data_7 , t0 . status_history AS status_history_8 , t0 . admin_approved AS admin_approved_9 , t0 . type_id AS type_id_10 , t0 . mode_id AS mode_id_11 , t0 . created_by_id AS created_by_id_12 , t0 . sale_ref_id AS sale_ref_id_13 , t0 . status_id AS status_id_14 , t0 . target_id AS target_id_15 FROM `order` t0 WHERE t0 . status_id = ?
SELECT t0 . id AS id_1 , t0 . number AS number_2 , t0 . name AS name_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . task_id AS task_id_6 , t0 . data AS data_7 , t0 . status_history AS status_history_8 , t0 . admin_approved AS admin_approved_9 , t0 . type_id AS type_id_10 , t0 . mode_id AS mode_id_11 , t0 . created_by_id AS created_by_id_12 , t0 . sale_ref_id AS sale_ref_id_13 , t0 . status_id AS status_id_14 , t0 . target_id AS target_id_15 FROM `order` t0 WHERE t0 . status_id = 10 ;
Copy
0.20 ms (8.00%)
1
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . name AS name_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . logo AS logo_6 , t0 . gocad_id AS gocad_id_7 , t0 . gocad_server_id AS gocad_server_id_8 , t0 . db_sources AS db_sources_9 , t0 . conditions_generales AS conditions_generales_10 , t0 . devis_payment_mode AS devis_payment_mode_11 , t0 . devis_legal_payment_mention AS devis_legal_payment_mention_12 , t0 . devis_bottom_page AS devis_bottom_page_13 , t0 . reduction AS reduction_14 , t0 . devis_code AS devis_code_15 , t0 . free_fiche AS free_fiche_16 , t0 . default_subscription_price_id AS default_subscription_price_id_17 , t0 . type_id AS type_id_18 , t0 . billing_information_id AS billing_information_id_19 , t0 . subscription_price_id AS subscription_price_id_20 FROM network t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . name AS name_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . logo AS logo_6 , t0 . gocad_id AS gocad_id_7 , t0 . gocad_server_id AS gocad_server_id_8 , t0 . db_sources AS db_sources_9 , t0 . conditions_generales AS conditions_generales_10 , t0 . devis_payment_mode AS devis_payment_mode_11 , t0 . devis_legal_payment_mention AS devis_legal_payment_mention_12 , t0 . devis_bottom_page AS devis_bottom_page_13 , t0 . reduction AS reduction_14 , t0 . devis_code AS devis_code_15 , t0 . free_fiche AS free_fiche_16 , t0 . default_subscription_price_id AS default_subscription_price_id_17 , t0 . type_id AS type_id_18 , t0 . billing_information_id AS billing_information_id_19 , t0 . subscription_price_id AS subscription_price_id_20 FROM network t0 WHERE t0 . id = 1 ;
Copy
0.19 ms (7.68%)
1
SELECT p0_ . id AS id_0 , p0_ . created_at AS created_at_1 , p0_ . updated_at AS updated_at_2 , p0_ . page AS page_3 , p0_ . title AS title_4 , p0_ . text AS text_5 , p0_ . active AS active_6 , p0_ . local AS local_7 , p0_ . created_by_id AS created_by_id_8 FROM publicite p0_ WHERE p0_ . active = ? AND p0_ . local = ?
Parameters :
[
1
"side_bar "
]
SELECT p0_ . id AS id_0 , p0_ . created_at AS created_at_1 , p0_ . updated_at AS updated_at_2 , p0_ . page AS page_3 , p0_ . title AS title_4 , p0_ . text AS text_5 , p0_ . active AS active_6 , p0_ . local AS local_7 , p0_ . created_by_id AS created_by_id_8 FROM publicite p0_ WHERE p0_ . active = 1 AND p0_ . local = 'side_bar' ;
Copy
0.17 ms (6.58%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . social_reason AS social_reason_3 , t0 . enabled AS enabled_4 , t0 . iban AS iban_5 , t0 . bic AS bic_6 , t0 . bank_label AS bank_label_7 , t0 . sale_ref_id AS sale_ref_id_8 , t0 . type_id AS type_id_9 , t0 . address_id AS address_id_10 FROM billing_information t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . social_reason AS social_reason_3 , t0 . enabled AS enabled_4 , t0 . iban AS iban_5 , t0 . bic AS bic_6 , t0 . bank_label AS bank_label_7 , t0 . sale_ref_id AS sale_ref_id_8 , t0 . type_id AS type_id_9 , t0 . address_id AS address_id_10 FROM billing_information t0 WHERE t0 . id = 1 ;
Copy
0.16 ms (6.54%)
1
SELECT t0 . id AS id_1 , t0 . adr1 AS adr1_2 , t0 . adr2 AS adr2_3 , t0 . adr3 AS adr3_4 , t0 . adr4 AS adr4_5 , t0 . zipcode AS zipcode_6 , t0 . city AS city_7 , t0 . country AS country_8 FROM address t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . adr1 AS adr1_2 , t0 . adr2 AS adr2_3 , t0 . adr3 AS adr3_4 , t0 . adr4 AS adr4_5 , t0 . zipcode AS zipcode_6 , t0 . city AS city_7 , t0 . country AS country_8 FROM address t0 WHERE t0 . id = 2 ;
Copy
0.12 ms (4.95%)
1
SELECT s0_ . id AS id_0 , s0_ . code AS code_1 , s0_ . social_reason AS social_reason_2 , s0_ . commercial_name AS commercial_name_3 , s0_ . enabled AS enabled_4 , s0_ . created_at AS created_at_5 , s0_ . updated_at AS updated_at_6 , s0_ . subscribed AS subscribed_7 , s0_ . subscription AS subscription_8 , s0_ . license_siv AS license_siv_9 , s0_ . subscription_type AS subscription_type_10 , s0_ . network_id AS network_id_11 , s0_ . subscription_price_id AS subscription_price_id_12 , s0_ . alternative_billing_information_id AS alternative_billing_information_id_13 , s0_ . split_id AS split_id_14 , s0_ . type_id AS type_id_15 FROM sale_ref s0_ WHERE EXISTS (SELECT 1 FROM user_sale_ref u1_ WHERE u1_ . sale_ref_id = s0_ . id AND u1_ . user_id IN (? )) ORDER BY s0_ . id ASC
Parameters :
[
b"\x01 ˜aV~d~Ù±¡£×Îu~ "
]
SELECT s0_ . id AS id_0 , s0_ . code AS code_1 , s0_ . social_reason AS social_reason_2 , s0_ . commercial_name AS commercial_name_3 , s0_ . enabled AS enabled_4 , s0_ . created_at AS created_at_5 , s0_ . updated_at AS updated_at_6 , s0_ . subscribed AS subscribed_7 , s0_ . subscription AS subscription_8 , s0_ . license_siv AS license_siv_9 , s0_ . subscription_type AS subscription_type_10 , s0_ . network_id AS network_id_11 , s0_ . subscription_price_id AS subscription_price_id_12 , s0_ . alternative_billing_information_id AS alternative_billing_information_id_13 , s0_ . split_id AS split_id_14 , s0_ . type_id AS type_id_15 FROM sale_ref s0_ WHERE EXISTS (SELECT 1 FROM user_sale_ref u1_ WHERE u1_ . sale_ref_id = s0_ . id AND u1_ . user_id IN (0x019861567E647ED9B1A1A3D7CE757EC2 )) ORDER BY s0_ . id ASC ;
Copy
0.12 ms (4.75%)
1
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . name AS name_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . logo AS logo_6 , t0 . gocad_id AS gocad_id_7 , t0 . gocad_server_id AS gocad_server_id_8 , t0 . db_sources AS db_sources_9 , t0 . conditions_generales AS conditions_generales_10 , t0 . devis_payment_mode AS devis_payment_mode_11 , t0 . devis_legal_payment_mention AS devis_legal_payment_mention_12 , t0 . devis_bottom_page AS devis_bottom_page_13 , t0 . reduction AS reduction_14 , t0 . devis_code AS devis_code_15 , t0 . free_fiche AS free_fiche_16 , t0 . default_subscription_price_id AS default_subscription_price_id_17 , t0 . type_id AS type_id_18 , t0 . billing_information_id AS billing_information_id_19 , t0 . subscription_price_id AS subscription_price_id_20 FROM network t0 WHERE t0 . id IN (? )
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . name AS name_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . logo AS logo_6 , t0 . gocad_id AS gocad_id_7 , t0 . gocad_server_id AS gocad_server_id_8 , t0 . db_sources AS db_sources_9 , t0 . conditions_generales AS conditions_generales_10 , t0 . devis_payment_mode AS devis_payment_mode_11 , t0 . devis_legal_payment_mention AS devis_legal_payment_mention_12 , t0 . devis_bottom_page AS devis_bottom_page_13 , t0 . reduction AS reduction_14 , t0 . devis_code AS devis_code_15 , t0 . free_fiche AS free_fiche_16 , t0 . default_subscription_price_id AS default_subscription_price_id_17 , t0 . type_id AS type_id_18 , t0 . billing_information_id AS billing_information_id_19 , t0 . subscription_price_id AS subscription_price_id_20 FROM network t0 WHERE t0 . id IN (2 );
Copy
0.12 ms (4.68%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . data AS data_4 , t0 . top_target AS top_target_5 , t0 . type_id AS type_id_6 , t0 . created_by_id AS created_by_id_7 , t0 . network_id AS network_id_8 FROM target t0 WHERE t0 . network_id IS NULL AND t0 . type_id IN (? , ? ) AND t0 . top_target = ? AND t0 . created_by_id = ? ORDER BY t0 . created_at DESC
Parameters :
[
1
2
0
b"\x01 ˜aV~d~Ù±¡£×Îu~ "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . data AS data_4 , t0 . top_target AS top_target_5 , t0 . type_id AS type_id_6 , t0 . created_by_id AS created_by_id_7 , t0 . network_id AS network_id_8 FROM target t0 WHERE t0 . network_id IS NULL AND t0 . type_id IN (1 , 2 ) AND t0 . top_target = 0 AND t0 . created_by_id = 0x019861567E647ED9B1A1A3D7CE757EC2 ORDER BY t0 . created_at DESC ;
Copy
0.11 ms (4.20%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . social_reason AS social_reason_3 , t0 . enabled AS enabled_4 , t0 . iban AS iban_5 , t0 . bic AS bic_6 , t0 . bank_label AS bank_label_7 , t0 . sale_ref_id AS sale_ref_id_8 , t0 . type_id AS type_id_9 , t0 . address_id AS address_id_10 FROM billing_information t0 WHERE t0 . sale_ref_id IN (? , ? , ? )
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . social_reason AS social_reason_3 , t0 . enabled AS enabled_4 , t0 . iban AS iban_5 , t0 . bic AS bic_6 , t0 . bank_label AS bank_label_7 , t0 . sale_ref_id AS sale_ref_id_8 , t0 . type_id AS type_id_9 , t0 . address_id AS address_id_10 FROM billing_information t0 WHERE t0 . sale_ref_id IN (1 , 2 , 3 );
Copy